Depsgraph: Fix non-working drivers after recent relations change

This commit is contained in:
Sergey Sharybin
2018-07-09 17:41:04 +02:00
parent cf9f0b35be
commit 5a56e4997f

View File

@@ -2213,6 +2213,9 @@ void DepsgraphRelationBuilder::build_copy_on_write_relations(IDDepsNode *id_node
if (id_type == ID_ME && comp_node->type == DEG_NODE_TYPE_GEOMETRY) {
rel_flag &= ~DEPSREL_FLAG_NO_FLUSH;
}
if (comp_node->type == DEG_NODE_TYPE_PARAMETERS) {
rel_flag &= ~DEPSREL_FLAG_NO_FLUSH;
}
/* All entry operations of each component should wait for a proper
* copy of ID.
*/