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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to