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>2017-12-21 13:17:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-21 13:17:34 +0300
commit9f0d067c2e9c8dcb4c40b880b0bbcf8ad31b1f55 (patch)
tree33a66b8fa1aa6a4cd76b64e835819743ff05a9fa /source/blender/makesrna/intern/rna_depsgraph.c
parente3ef782af5d5255093d00cdc261d93dd3d8a5c40 (diff)
parentf6b2fbb02922e9c303b95ffbdd93cd047a640338 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/makesrna/intern/rna_depsgraph.c')
-rw-r--r--source/blender/makesrna/intern/rna_depsgraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_depsgraph.c b/source/blender/makesrna/intern/rna_depsgraph.c
index ffa75dd75cb..a5b8845b120 100644
--- a/source/blender/makesrna/intern/rna_depsgraph.c
+++ b/source/blender/makesrna/intern/rna_depsgraph.c
@@ -126,7 +126,7 @@ static void rna_Depsgraph_debug_graphviz(Depsgraph *graph, const char *filename)
if (f == NULL) {
return;
}
- DEG_debug_graphviz(graph, f, "Depsgraph", false);
+ DEG_debug_graphviz(graph, f, "Depsgraph");
fclose(f);
}