[Bf-blender-cvs] [304ee9a] master: Depsgraph: Report to the console when the new depsgraph is used

Sergey Sharybin noreply at git.blender.org
Fri Jun 5 12:48:18 CEST 2015


Commit: 304ee9af8d57695664a1f1792c9e9278b5de6fec
Author: Sergey Sharybin
Date:   Fri Jun 5 05:34:33 2015 +0500
Branches: master
https://developer.blender.org/rB304ee9af8d57695664a1f1792c9e9278b5de6fec

Depsgraph: Report to the console when the new depsgraph is used

===================================================================

M	source/creator/creator.c

===================================================================

diff --git a/source/creator/creator.c b/source/creator/creator.c
index d62f255..2a96988 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -942,6 +942,7 @@ static int set_threads(int argc, const char **argv, void *UNUSED(data))
 
 static int depsgraph_use_new(int UNUSED(argc), const char **UNUSED(argv), void *UNUSED(data))
 {
+	printf("Using new dependency graph.\n");
 	DEG_depsgraph_switch_to_new();
 	return 0;
 }




More information about the Bf-blender-cvs mailing list