Blender Git Commit Log

Git Commits -> Revision 5812bc7

Revision 5812bc7 by Campbell Barton (master)
March 11, 2021, 13:40 (GMT)
Cleanup: split file read and setup into separate steps

Currently file loading performs almost all reloading logic
even in the case loading the file fails, causing the file to be in
a state that isn't well defined: undo is cleared, timers are canceled &
scripts are re-registered.

Commit Details:

Full Hash: 5812bc7d8908015b8a06d240da7964be0a19a2c3
Parent Commit: f7616c6
Lines Changed: +128, -118

4 Modified Paths:

/source/blender/blenkernel/BKE_blendfile.h (+25, -28) (Diff)
/source/blender/blenkernel/intern/blender_undo.c (+12, -2) (Diff)
/source/blender/blenkernel/intern/blendfile.c (+57, -58) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+34, -30) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021