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:
authorClément Foucault <foucault.clem@gmail.com>2019-02-06 14:10:11 +0300
committerClément Foucault <foucault.clem@gmail.com>2019-02-06 14:16:24 +0300
commitfea5e1dc3a235303789e2a7bac2005c0667f1963 (patch)
tree7d9cf53b6bb9e48f63ddc5c69586732084df558c /source/blender/windowmanager
parent45478158479d3aa695de9dfafc2fe433d1ae0f51 (diff)
Fix T57342: Crash on render with workbench render engine via command line
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index d918db326d7..83d3e8a75e3 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -263,9 +263,10 @@ void WM_init(bContext *C, int argc, const char **argv)
WM_init_opengl(G_MAIN);
UI_init();
- BKE_studiolight_init();
}
+ BKE_studiolight_init();
+
ED_spacemacros_init();
/* note: there is a bug where python needs initializing before loading the