Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-11-30 05:33:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-30 05:33:13 +0300
commit7e21c99d05066a8f88453016c2f69a0607b5c2e0 (patch)
treec76a0a31d0f07d282aa17bbcdd6d3c4ebb2cc3e3 /source/blender/blenlib/BLI_callbacks.h
parentdc312609dd346e40f106976fe1ac5d9ad99e8c20 (diff)
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.
Diffstat (limited to 'source/blender/blenlib/BLI_callbacks.h')
-rw-r--r--source/blender/blenlib/BLI_callbacks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_callbacks.h b/source/blender/blenlib/BLI_callbacks.h
index c888152001e..2bbd82f6db8 100644
--- a/source/blender/blenlib/BLI_callbacks.h
+++ b/source/blender/blenlib/BLI_callbacks.h
@@ -56,6 +56,7 @@ typedef enum {
BLI_CB_EVT_DEPSGRAPH_UPDATE_PRE,
BLI_CB_EVT_DEPSGRAPH_UPDATE_POST,
BLI_CB_EVT_VERSION_UPDATE,
+ BLI_CB_EVT_LOAD_FACTORY_STARTUP_POST,
BLI_CB_EVT_TOT
} eCbEvent;