tornavis/source
Jacques Lucke efb511a76d Core: remove support for writing MemFile undo steps as .blend files
In many modes, Blender uses the `MemFile` undo step, which serializes all DNA
data in RAM almost as if writing a .blend file. For auto-save, Blender used to
write the last `MemFile` undo step to disk because that was faster serializing
all of DNA again. Furthermore, saving the `quit.blend` file when closing Blender
also used this.

This functionality is now removed in preparate for supporting implicit sharing
in the undo system (#106903). Auto-save and saving the quit.blend file now use
regular file saving.

The removal of this feature and its implications have also been discussed here:
https://devtalk.blender.org/t/remove-support-for-saving-memfile-undo-steps-as-blend-files-proposal/33544
2024-02-29 17:04:44 +01:00
..
blender Core: remove support for writing MemFile undo steps as .blend files 2024-02-29 17:04:44 +01:00
creator Core: remove support for writing crash.blend file 2024-02-29 17:04:44 +01:00
CMakeLists.txt CMake: add option to disable pre-compiled headers 2024-02-21 10:35:20 +11:00