Commit: 264d70cdc4317e78b4c63a64751a2174a7966744
Author: Sergey Sharybin
Date:   Thu Feb 26 00:42:09 2015 +0500
Branches: depsgraph_refactor
https://developer.blender.org/rB264d70cdc4317e78b4c63a64751a2174a7966744

Depsgraph: Code cleanup, comments

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

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

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

diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cpp 
b/source/blender/depsgraph/intern/depsgraph_tag.cpp
index 7c64be6..6771913 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cpp
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cpp
@@ -253,10 +253,11 @@ void DEG_graph_flush_updates(Main *bmain, Depsgraph 
*graph)
 
        FlushQueue queue;
        /* Starting from the tagged "entry" nodes, flush outwards... */
-       // NOTE: Also need to ensure that for each of these, there is a path 
back to
-       //       root, or else they won't be done.
-       // NOTE: Count how many nodes we need to handle - entry nodes may be
-       //       component nodes which don't count for this purpose!
+       /* NOTE: Also need to ensure that for each of these, there is a path 
back to
+        *       root, or else they won't be done.
+        * NOTE: Count how many nodes we need to handle - entry nodes may be
+        *       component nodes which don't count for this purpose!
+        */
        for (Depsgraph::EntryTags::const_iterator it = 
graph->entry_tags.begin();
             it != graph->entry_tags.end();
             ++it)

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

Reply via email to