[Bf-blender-cvs] [7bd15aa] input_method_editor: Cycles: Fix typo on graphiz graph dumper

Sergey Sharybin noreply at git.blender.org
Mon Nov 24 00:44:58 CET 2014


Commit: 7bd15aa34785f17b54940daca7b9617f7e23d7f1
Author: Sergey Sharybin
Date:   Thu Nov 20 18:30:13 2014 +0500
Branches: input_method_editor
https://developer.blender.org/rB7bd15aa34785f17b54940daca7b9617f7e23d7f1

Cycles: Fix typo on graphiz graph dumper

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

M	intern/cycles/render/graph.cpp

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

diff --git a/intern/cycles/render/graph.cpp b/intern/cycles/render/graph.cpp
index 8fd8663..e98931b 100644
--- a/intern/cycles/render/graph.cpp
+++ b/intern/cycles/render/graph.cpp
@@ -844,7 +844,7 @@ void ShaderGraph::dump_graph(const char *filename)
 		return;
 	}
 
-	fprintf(fd, "digraph dependencygraph {\n");
+	fprintf(fd, "digraph shader_graph {\n");
 	fprintf(fd, "ranksep=1.5\n");
 	fprintf(fd, "splines=false\n");




More information about the Bf-blender-cvs mailing list