[Bf-blender-cvs] [d6579fe] master: Cycles: Fix typo on graphiz graph dumper

Sergey Sharybin noreply at git.blender.org
Thu Nov 20 14:57:13 CET 2014


Commit: d6579fe7f356bbec02ba2ea80cfef4af546056c0
Author: Sergey Sharybin
Date:   Thu Nov 20 18:30:13 2014 +0500
Branches: master
https://developer.blender.org/rBd6579fe7f356bbec02ba2ea80cfef4af546056c0

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