From 7e21c99d05066a8f88453016c2f69a0607b5c2e0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 30 Nov 2018 13:33:13 +1100 Subject: 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. --- source/blender/blenlib/BLI_callbacks.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/BLI_callbacks.h') 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; -- cgit v1.2.3