Blender Git Loki
Git Commits -> Revision cd3b313
Revision cd3b313 by Sybren A. Stüvel (master) October 12, 2018, 08:24 (GMT) |
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. |
Commit Details:
Full Hash: cd3b313d5f44a10a1150bf1ddb560775d1bcd827
Parent Commit: 5eeb6c0
Lines Changed: +13, -2
1 Modified Path:
/source/blender/windowmanager/intern/wm_files.c (+13, -2) (Diff)