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-09-06 18:00:09 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-09-11 11:43:27 +0300
commit022de797f1773f512f21cf9038787dd77e0fd5de (patch)
treecc428b1a778d5a76c7ea931c5d10cb65a80dc7f0 /source/blender/depsgraph/CMakeLists.txt
parent73a199e96a68a5b9521ba7d3e8cca85697095c03 (diff)
Depsgraph: Introduce depsgraph registry
Allows to access dependency graphs created for render engines to inform them about changes in .blend file structure from the Python handlers. Reviewers: brecht Differential Revision: https://developer.blender.org/D5724
Diffstat (limited to 'source/blender/depsgraph/CMakeLists.txt')
-rw-r--r--source/blender/depsgraph/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/depsgraph/CMakeLists.txt b/source/blender/depsgraph/CMakeLists.txt
index 49c510d9d3e..21ab148496c 100644
--- a/source/blender/depsgraph/CMakeLists.txt
+++ b/source/blender/depsgraph/CMakeLists.txt
@@ -73,6 +73,7 @@ set(SRC
intern/depsgraph_query.cc
intern/depsgraph_query_foreach.cc
intern/depsgraph_query_iter.cc
+ intern/depsgraph_registry.cc
intern/depsgraph_tag.cc
intern/depsgraph_type.cc
intern/depsgraph_update.cc
@@ -107,6 +108,7 @@ set(SRC
intern/node/deg_node_time.h
intern/depsgraph.h
intern/depsgraph_physics.h
+ intern/depsgraph_registry.h
intern/depsgraph_tag.h
intern/depsgraph_type.h
intern/depsgraph_update.h