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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-11-28 16:42:38 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-11-28 16:42:38 +0300
commit3ed0d5b4d4c06a0c88832525a7c55d21a04d86ff (patch)
tree44f3a8beab1bea3b712acbfc10edef1120d68f89 /source/creator
parent2bd62b076fac80e073557a7d1dff0e989aaa97c1 (diff)
parentce927e15e0e3570a02834b6001519a024ca1e2b6 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 5a61f077a84..ce25a71c6d8 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -52,6 +52,7 @@
#include "BLI_callbacks.h"
#include "BLI_string.h"
#include "BLI_system.h"
+#include "BLI_threads.h"
/* mostly init functions */
#include "BKE_appdir.h"
@@ -364,6 +365,7 @@ int main(
BKE_appdir_program_path_init(argv[0]);
BLI_threadapi_init();
+ BLI_thread_put_process_on_fast_node();
DNA_sdna_current_init();