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:
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index ec85786c7a4..6c95ee3e490 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -488,6 +488,9 @@ int main(int argc,
WM_init(C, argc, (const char **)argv);
+ /* Need to be after WM init so that userpref are loaded. */
+ RE_engines_init_experimental();
+
#ifndef WITH_PYTHON
printf(
"\n* WARNING * - Blender compiled without Python!\n"