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>2013-12-23 20:48:20 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-12-23 21:14:10 +0400
commit3cc7978f19f55a4f3ff7209d67bbb1b0ccb7c4ff (patch)
tree25d40ca867e8420f0977e3f5a18c77c44cbd7aeb /source/blender/python/generic/CMakeLists.txt
parent7b97047b8ebefe877382a465a8f392cd82d4750f (diff)
Move python threading stuff to own file in bf_python_ext
This way blender player can easily use BPY_thread_save/restore. Not so much important for master branch, but crucial to solve linking issues in threaded depsgraph branch.
Diffstat (limited to 'source/blender/python/generic/CMakeLists.txt')
-rw-r--r--source/blender/python/generic/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/generic/CMakeLists.txt b/source/blender/python/generic/CMakeLists.txt
index 2492de52588..aec2faa89e6 100644
--- a/source/blender/python/generic/CMakeLists.txt
+++ b/source/blender/python/generic/CMakeLists.txt
@@ -35,6 +35,7 @@ set(SRC
bgl.c
blf_py_api.c
bpy_internal_import.c
+ bpy_threads.c
idprop_py_api.c
py_capi_utils.c