Depsgraph: Pass CoW version of object to armature update done

This commit is contained in:
Sergey Sharybin
2018-04-04 11:47:09 +02:00
parent fb5a57ab97
commit c9ad9b260a

View File

@@ -267,7 +267,7 @@ void DepsgraphNodeBuilder::build_rig(Object *object)
op_node = add_operation_node(&object->id, DEG_NODE_TYPE_BONE, pchan->name,
function_bind(BKE_pose_bone_done,
_1,
object,
object_cow,
pchan_index),
DEG_OPCODE_BONE_DONE);
op_node->set_as_exit();