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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to