Depsgraph: Fix non-working drivers after recent relations change
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user