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

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

Reply via email to