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>2015-08-27 16:11:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-08-27 16:12:40 +0300
commit987b3df9c0d911ff8f781e4908d14d2ff7cb4d4f (patch)
tree7c5ca2574585898e9df17fd58ed3484f0cd9b10d
parent2112bd892b5b3e210e0d272c0fea07496c778c60 (diff)
Missed version update loading in background mode
-rw-r--r--source/creator/creator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 49bb920e0b4..074f82eca51 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1426,6 +1426,7 @@ static int load_file(int UNUSED(argc), const char **argv, void *data)
BPY_python_reset(C);
#endif
+ BLI_callback_exec(bmain, NULL, BLI_CB_EVT_VERSION_UPDATE);
BLI_callback_exec(bmain, NULL, BLI_CB_EVT_LOAD_POST);
BKE_scene_update_tagged(bmain->eval_ctx, bmain, CTX_data_scene(C));