Armature pose: removed the "Confirm" dialog for clearing

loc/rot/size properties.  (same as object mode)
This commit is contained in:
2010-12-12 16:06:04 +00:00
parent ee73c96e90
commit d47ef94d1a

View File

@@ -4902,7 +4902,6 @@ void POSE_OT_scale_clear(wmOperatorType *ot)
ot->idname= "POSE_OT_scale_clear";
/* api callbacks */
ot->invoke = WM_operator_confirm;
ot->exec = pose_clear_scale_exec;
ot->poll = ED_operator_posemode;
@@ -4971,7 +4970,6 @@ void POSE_OT_loc_clear(wmOperatorType *ot)
ot->idname= "POSE_OT_loc_clear";
/* api callbacks */
ot->invoke = WM_operator_confirm;
ot->exec = pose_clear_loc_exec;
ot->poll = ED_operator_posemode;
@@ -5128,7 +5126,6 @@ void POSE_OT_rot_clear(wmOperatorType *ot)
ot->idname= "POSE_OT_rot_clear";
/* api callbacks */
ot->invoke = WM_operator_confirm;
ot->exec = pose_clear_rot_exec;
ot->poll = ED_operator_posemode;