Depsgraph: Update comment

This commit is contained in:
Sergey Sharybin 2018-11-21 16:29:22 +01:00
parent 2a354dd4bd
commit d3e686d61e
1 changed files with 5 additions and 0 deletions

View File

@ -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 ||