From 3cc7978f19f55a4f3ff7209d67bbb1b0ccb7c4ff Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 23 Dec 2013 22:48:20 +0600 Subject: 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. --- source/blender/python/generic/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/generic/CMakeLists.txt') 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 -- cgit v1.2.3