Blender Git Loki
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