[Bf-blender-cvs] [3d4effd] depsgraph_refactor: Depsgrpah: No need to fill in entry tags when flushing updates

Sergey Sharybin noreply at git.blender.org
Fri Feb 27 13:34:37 CET 2015


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);
 		}
 	}
 }




More information about the Bf-blender-cvs mailing list