Blender Git Loki
Git Commits -> Revision 7e21c99
Revision 7e21c99 by Campbell Barton (master) November 30, 2018, 02:33 (GMT) |
PyAPI: add load_factory_startup_post handler Needed so we can apply changes to the startup file, only in the case when it's load loaded from a user-saved startup. |
Commit Details:
Full Hash: 7e21c99d05066a8f88453016c2f69a0607b5c2e0
Parent Commit: dc31260
Lines Changed: +41, -10
5 Modified Paths:
/source/blender/blenlib/BLI_callbacks.h (+1, -0) (Diff)
/source/blender/python/intern/bpy_app_handlers.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+30, -8) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+7, -1) (Diff)
/source/blender/windowmanager/wm_files.h (+2, -1) (Diff)
/source/blender/python/intern/bpy_app_handlers.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+30, -8) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+7, -1) (Diff)
/source/blender/windowmanager/wm_files.h (+2, -1) (Diff)