[Bf-blender-cvs] [aee9a31] depsgraph_refactor: Depsgraph: Forgot to save file before commit...

Sergey Sharybin noreply at git.blender.org
Thu Jan 8 15:07:06 CET 2015


Commit: aee9a31e37da85dc7bf86967122223bcbc7f1ea8
Author: Sergey Sharybin
Date:   Thu Jan 8 19:06:51 2015 +0500
Branches: depsgraph_refactor
https://developer.blender.org/rBaee9a31e37da85dc7bf86967122223bcbc7f1ea8

Depsgraph: Forgot to save file before commit...

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

M	source/blender/depsgraph/intern/depsgraph_eval.cpp

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

diff --git a/source/blender/depsgraph/intern/depsgraph_eval.cpp b/source/blender/depsgraph/intern/depsgraph_eval.cpp
index 05e0707..d5eae83 100644
--- a/source/blender/depsgraph/intern/depsgraph_eval.cpp
+++ b/source/blender/depsgraph/intern/depsgraph_eval.cpp
@@ -250,7 +250,7 @@ static void schedule_children(TaskPool *pool,
 		BLI_assert(child->type == DEPSNODE_TYPE_OPERATION);
 
 		if (child->scheduled) {
-			/* Happens  */
+			/* Happens when having cyclic dependencies. */
 			continue;
 		}




More information about the Bf-blender-cvs mailing list