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