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:
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index d62f255ea0d..2a96988a0bd 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;
}