From d6579fe7f356bbec02ba2ea80cfef4af546056c0 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 20 Nov 2014 18:30:13 +0500 Subject: Cycles: Fix typo on graphiz graph dumper --- intern/cycles/render/graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles') diff --git a/intern/cycles/render/graph.cpp b/intern/cycles/render/graph.cpp index 8fd8663b5a4..e98931b5c7b 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"); -- cgit v1.2.3