Fix ARMATURE_OT_layers_show_all now works with COW
This commit is contained in:
@@ -819,6 +819,7 @@ static int pose_armature_layers_showall_exec(bContext *C, wmOperator *op)
|
||||
|
||||
/* note, notifier might evolve */
|
||||
WM_event_add_notifier(C, NC_OBJECT | ND_POSE, ob);
|
||||
DEG_id_tag_update(&arm->id, DEG_TAG_COPY_ON_WRITE);
|
||||
|
||||
/* done */
|
||||
return OPERATOR_FINISHED;
|
||||
|
||||
Reference in New Issue
Block a user