Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/armature/armature_intern.h
| Show First 20 Lines • Show All 197 Lines • ▼ Show 20 Lines | |||||
| void POSELIB_OT_pose_add(struct wmOperatorType *ot); | void POSELIB_OT_pose_add(struct wmOperatorType *ot); | ||||
| void POSELIB_OT_pose_remove(struct wmOperatorType *ot); | void POSELIB_OT_pose_remove(struct wmOperatorType *ot); | ||||
| void POSELIB_OT_pose_rename(struct wmOperatorType *ot); | void POSELIB_OT_pose_rename(struct wmOperatorType *ot); | ||||
| void POSELIB_OT_pose_move(struct wmOperatorType *ot); | void POSELIB_OT_pose_move(struct wmOperatorType *ot); | ||||
| void POSELIB_OT_browse_interactive(struct wmOperatorType *ot); | void POSELIB_OT_browse_interactive(struct wmOperatorType *ot); | ||||
| void POSELIB_OT_apply_pose(struct wmOperatorType *ot); | void POSELIB_OT_apply_pose(struct wmOperatorType *ot); | ||||
| /* pose_lib_2.c */ | |||||
| void POSELIB_OT_apply_pose_asset(struct wmOperatorType *ot); | |||||
| void POSELIB_OT_blend_pose_asset(struct wmOperatorType *ot); | |||||
| /* ******************************************************* */ | /* ******************************************************* */ | ||||
| /* Pose Sliding Tools */ | /* Pose Sliding Tools */ | ||||
| /* pose_slide.c */ | /* pose_slide.c */ | ||||
| void POSE_OT_push(struct wmOperatorType *ot); | void POSE_OT_push(struct wmOperatorType *ot); | ||||
| void POSE_OT_relax(struct wmOperatorType *ot); | void POSE_OT_relax(struct wmOperatorType *ot); | ||||
| void POSE_OT_push_rest(struct wmOperatorType *ot); | void POSE_OT_push_rest(struct wmOperatorType *ot); | ||||
| void POSE_OT_relax_rest(struct wmOperatorType *ot); | void POSE_OT_relax_rest(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 79 Lines • Show Last 20 Lines | |||||