Blender Git Loki
Git Commits -> Revision 2cdebf2
Revision 2cdebf2 by Campbell Barton (master) March 11, 2021, 13:40 (GMT) |
WM: keep the current state when a blend fails to load Previously many operations would run on file load, even if the file did not load. Pre/post load handlers were called, timers canceled, all undo data freed, editors exited ... etc. Now keep the blend file in it's current state. This simplifies updating this area of code as there is one less possible situation to account for. |
Commit Details:
Full Hash: 2cdebf293d4cf925e1cdaf5c4a247b8886c1026e
Parent Commit: 5812bc7
Lines Changed: +37, -35
1 Modified Path:
/source/blender/windowmanager/intern/wm_files.c (+37, -35) (Diff)