From 19268fbad34211ee0ab9bde024a4649c76ce7a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 16 Sep 2016 15:07:23 +0200 Subject: Added buttons to move a pose in a pose library up/down. This will break the pose library preview add-on, since that add-on uses file indices rather than pose names. --- source/blender/editors/armature/armature_intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/armature/armature_intern.h') diff --git a/source/blender/editors/armature/armature_intern.h b/source/blender/editors/armature/armature_intern.h index 02aefce3464..b39b4bd81ee 100644 --- a/source/blender/editors/armature/armature_intern.h +++ b/source/blender/editors/armature/armature_intern.h @@ -201,6 +201,7 @@ void POSELIB_OT_action_sanitize(struct wmOperatorType *ot); void POSELIB_OT_pose_add(struct wmOperatorType *ot); void POSELIB_OT_pose_remove(struct wmOperatorType *ot); void POSELIB_OT_pose_rename(struct wmOperatorType *ot); +void POSELIB_OT_pose_move(struct wmOperatorType *ot); void POSELIB_OT_browse_interactive(struct wmOperatorType *ot); void POSELIB_OT_apply_pose(struct wmOperatorType *ot); -- cgit v1.2.3