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>2017-04-06 17:36:15 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-04-06 17:36:15 +0300
commit2d80f37bcec79621ef8f3a0c6dbf1bd7882e32b6 (patch)
tree8e6aa2da4c5446501ce882bafdc37cee2178d0f4 /source/blender/python/bmesh/CMakeLists.txt
parent05ffca5c8a4390198a789c4b45b058a2a22693ca (diff)
Depsgraph: Remove old depsgraph header from python
Diffstat (limited to 'source/blender/python/bmesh/CMakeLists.txt')
-rw-r--r--source/blender/python/bmesh/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/bmesh/CMakeLists.txt b/source/blender/python/bmesh/CMakeLists.txt
index c7b86acc8f9..4d3230fa3e9 100644
--- a/source/blender/python/bmesh/CMakeLists.txt
+++ b/source/blender/python/bmesh/CMakeLists.txt
@@ -23,6 +23,7 @@ set(INC
../../bmesh
../../blenkernel
../../blenlib
+ ../../depsgraph
../../makesdna
../../../../intern/guardedalloc
)