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

This commit is contained in:
Sergey Sharybin
2015-06-05 05:34:33 +05:00
parent 907f804ad8
commit 304ee9af8d

View File

@@ -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;
}