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-09-15 10:25:57 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-09-15 10:25:57 +0300
commit8b3ad25862e47fca9e4ec923f4e9157b278173ed (patch)
tree169a620e17dd6fcd3e2a97efec643398c3c2d844 /source/blender/blenkernel/intern/depsgraph.c
parent95a8e73d40004461aa17a60695c29106749325ec (diff)
Transform: Enable recursion dependency check for new depsgraph
Diffstat (limited to 'source/blender/blenkernel/intern/depsgraph.c')
-rw-r--r--source/blender/blenkernel/intern/depsgraph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/depsgraph.c b/source/blender/blenkernel/intern/depsgraph.c
index 019e0df1623..3ddf0f43d30 100644
--- a/source/blender/blenkernel/intern/depsgraph.c
+++ b/source/blender/blenkernel/intern/depsgraph.c
@@ -2018,6 +2018,7 @@ void DAG_scene_flush_update(Main *bmain, Scene *sce, unsigned int lay, const sho
int lasttime;
if (!DEG_depsgraph_use_legacy()) {
+ DEG_scene_flush_update(bmain, sce);
return;
}