Pose Library: clarify apply/blend operator names

The old names had "{verb} Pose Library Pose"; they are now named
"{verb} Pose Asset", which is shorter & clearer.
This commit is contained in:
Sybren A. Stüvel 2021-11-18 17:38:19 +01:00
parent 12fc395436
commit 7c4e4d605c
1 changed files with 2 additions and 2 deletions

View File

@ -562,7 +562,7 @@ static bool poselib_blend_poll(bContext *C)
void POSELIB_OT_apply_pose_asset(wmOperatorType *ot)
{
/* Identifiers: */
ot->name = "Apply Pose Library Pose";
ot->name = "Apply Pose Asset";
ot->idname = "POSELIB_OT_apply_pose_asset";
ot->description = "Apply the given Pose Action to the rig";
@ -595,7 +595,7 @@ void POSELIB_OT_blend_pose_asset(wmOperatorType *ot)
PropertyRNA *prop;
/* Identifiers: */
ot->name = "Blend Pose Library Pose";
ot->name = "Blend Pose Asset";
ot->idname = "POSELIB_OT_blend_pose_asset";
ot->description = "Blend the given Pose Action to the rig";