blender/source
Sybren A. Stüvel cd3b313d5f Prevent G.fileflags changes when WM_OT_save_mainfile() is called from script
This is to solve an issue where a blend file could be compressed
unbeknownst to the artist. This happened in the following situtation:

- Artist edits an uncompressed blend file.
- Some script saves a compressed blendfile to a separate location.
- When the artist saves the file (s)he is editing (File>Save, or Ctrl+S),
  it was silently compressed.
2018-10-12 10:24:25 +02:00
..
blender Prevent G.fileflags changes when WM_OT_save_mainfile() is called from script 2018-10-12 10:24:25 +02:00
creator Merge branch 'master' into blender2.8 2018-09-27 14:51:33 +02:00
tools@11656ebaf7 Revert "Fix: insert missing break in switch statement" 2018-09-24 15:40:01 +02:00
CMakeLists.txt