Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-11-20 16:30:13 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2014-11-20 16:56:20 +0300
commitd6579fe7f356bbec02ba2ea80cfef4af546056c0 (patch)
treec3eafae33893aac936d0f0abd40cbce36b13394b /intern/cycles
parent50c667372eb8685f85417f8c3826ab6ec8b9dfbd (diff)
Cycles: Fix typo on graphiz graph dumper
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/render/graph.cpp2
1 files changed, 1 insertions, 1 deletions
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");