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>2019-04-26 16:25:41 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-04-26 16:31:13 +0300
commit03d482d212945eb46144524ccb8824d6889e8039 (patch)
tree66e11c55d5382bbcb1681f8c918b21f7fb620443 /source/blender/python/intern/CMakeLists.txt
parent7440f98f980b203d73c047e6aefc144495b4c3c6 (diff)
Fix T63896: Removing Drivers in Python Leads to Crash
Adding and removing drivers must always tag relations for update.
Diffstat (limited to 'source/blender/python/intern/CMakeLists.txt')
-rw-r--r--source/blender/python/intern/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt
index 7eb008efeef..fc945562c98 100644
--- a/source/blender/python/intern/CMakeLists.txt
+++ b/source/blender/python/intern/CMakeLists.txt
@@ -24,6 +24,7 @@ set(INC
../../blenlib
../../blenloader
../../blentranslation
+ ../../depsgraph
../../editors/include
../../gpu
../../imbuf