Bugfix #26013
Good discovery this one. It appeared that "pose mode" changes were not registered in our undo system. That way the first operator you try to redo after exit posemode fails.
This commit is contained in:
@@ -587,7 +587,7 @@ void OBJECT_OT_posemode_toggle(wmOperatorType *ot)
|
||||
ot->poll= ED_operator_object_active_editable;
|
||||
|
||||
/* flag */
|
||||
ot->flag= OPTYPE_REGISTER;
|
||||
ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO;
|
||||
}
|
||||
|
||||
/* *********************** */
|
||||
|
Reference in New Issue
Block a user