[Bf-blender-cvs] [6980503] compositor-2016: Depsgraph: Accidentally removed one line too much

Sergey Sharybin noreply at git.blender.org
Wed Jun 8 21:50:31 CEST 2016


Commit: 6980503cb13793109c958dc1119fadbb5c9eeceb
Author: Sergey Sharybin
Date:   Fri May 27 18:30:01 2016 +0200
Branches: compositor-2016
https://developer.blender.org/rB6980503cb13793109c958dc1119fadbb5c9eeceb

Depsgraph: Accidentally removed one line too much

===================================================================

M	source/blender/depsgraph/intern/debug/deg_debug_graphviz.cc

===================================================================

diff --git a/source/blender/depsgraph/intern/debug/deg_debug_graphviz.cc b/source/blender/depsgraph/intern/debug/deg_debug_graphviz.cc
index 6e932d3..5ce84ee 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug_graphviz.cc
+++ b/source/blender/depsgraph/intern/debug/deg_debug_graphviz.cc
@@ -405,6 +405,7 @@ static void deg_debug_graphviz_node(const DebugContext &ctx,
 		{
 			ComponentDepsNode *comp_node = (ComponentDepsNode *)node;
 			if (!comp_node->operations.empty()) {
+				deg_debug_graphviz_node_cluster_begin(ctx, node);
 				foreach (DepsNode *op_node, comp_node->operations) {
 					deg_debug_graphviz_node(ctx, op_node);
 				}




More information about the Bf-blender-cvs mailing list