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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-11-21 18:29:22 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-11-21 18:29:22 +0300
commitd3e686d61eb93aed5487c4037d7675cf811039a1 (patch)
tree1d916d73534ad4fae54b68b21d2d4a8c53452111 /source/blender/depsgraph
parent2a354dd4bde05614f5cd67235edd0463d22d26c4 (diff)
Depsgraph: Update comment
Diffstat (limited to 'source/blender/depsgraph')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_relations.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
index 690c4842cc4..ab4acef6668 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
@@ -2425,6 +2425,11 @@ void DepsgraphRelationBuilder::build_copy_on_write_relations(IDDepsNode *id_node
* to preserve that cache in copy-on-write, but for the time being
* we allow flush to layer collections component which will ensure
* that cached array fo bases exists and is up-to-date.
+ *
+ * - Action is allowed to flush as well, this way it's possible to
+ * keep current tagging in animation editors (which tags action for
+ * CoW update when it's changed) but yet guarantee evaluation order
+ * with objects which are using that action.
*/
if (comp_node->type == DEG_NODE_TYPE_PARAMETERS ||
comp_node->type == DEG_NODE_TYPE_LAYER_COLLECTIONS ||