Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_action.h
| Show First 20 Lines • Show All 203 Lines • ▼ Show 20 Lines | void what_does_obaction(struct Object *ob, | ||||
| char groupname[], | char groupname[], | ||||
| float cframe); | float cframe); | ||||
| /* for proxy */ | /* for proxy */ | ||||
| void BKE_pose_copy_pchan_result(struct bPoseChannel *pchanto, | void BKE_pose_copy_pchan_result(struct bPoseChannel *pchanto, | ||||
| const struct bPoseChannel *pchanfrom); | const struct bPoseChannel *pchanfrom); | ||||
| bool BKE_pose_copy_result(struct bPose *to, struct bPose *from); | bool BKE_pose_copy_result(struct bPose *to, struct bPose *from); | ||||
| /* clear all transforms */ | /* clear all transforms */ | ||||
| void BKE_pose_rest(struct bPose *pose); | void BKE_pose_rest(struct bPose *pose, bool selected_only); | ||||
| /* Tag pose for recalc. Also tag all related data to be recalc. */ | /* Tag pose for recalc. Also tag all related data to be recalc. */ | ||||
| void BKE_pose_tag_recalc(struct Main *bmain, struct bPose *pose); | void BKE_pose_tag_recalc(struct Main *bmain, struct bPose *pose); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| }; | }; | ||||
| #endif | #endif | ||||
| #endif | #endif | ||||