From 022de797f1773f512f21cf9038787dd77e0fd5de Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 6 Sep 2019 17:00:09 +0200 Subject: 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 --- source/blender/depsgraph/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/depsgraph/CMakeLists.txt') 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 -- cgit v1.2.3