Commit: 3d4effd841eaecd144d8badb66ade80c42213300
Author: Sergey Sharybin
Date: Fri Feb 27 17:27:09 2015 +0500
Branches: depsgraph_refactor
https://developer.blender.org/rB3d4effd841eaecd144d8badb66ade80c42213300
Depsgrpah: No need to fill in entry tags when flushing updates
===================================================================
M source/blender/depsgraph/intern/depsgraph_tag.cpp
===================================================================
diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cpp
b/source/blender/depsgraph/intern/depsgraph_tag.cpp
index 6771913..6a3a713 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cpp
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cpp
@@ -324,7 +324,6 @@ void DEG_graph_flush_updates(Main *bmain, Depsgraph *graph)
{
OperationDepsNode *op = it->second;
op->flag |= DEPSOP_FLAG_NEEDS_UPDATE;
- graph->entry_tags.insert(op);
}
}
}
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs