Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_armature.h
| Show First 20 Lines • Show All 204 Lines • ▼ Show 20 Lines | |||||
| void ED_armature_ebone_listbase_copy(struct ListBase *lb_dst, struct ListBase *lb_src); | void ED_armature_ebone_listbase_copy(struct ListBase *lb_dst, struct ListBase *lb_src); | ||||
| /* poseobject.c */ | /* poseobject.c */ | ||||
| bool ED_object_posemode_exit_ex(struct Main *bmain, struct Object *ob); | bool ED_object_posemode_exit_ex(struct Main *bmain, struct Object *ob); | ||||
| bool ED_object_posemode_exit(struct bContext *C, struct Object *ob); | bool ED_object_posemode_exit(struct bContext *C, struct Object *ob); | ||||
| bool ED_object_posemode_enter_ex(struct Main *bmain, struct Object *ob); | bool ED_object_posemode_enter_ex(struct Main *bmain, struct Object *ob); | ||||
| bool ED_object_posemode_enter(struct bContext *C, struct Object *ob); | bool ED_object_posemode_enter(struct bContext *C, struct Object *ob); | ||||
| void ED_pose_de_selectall(struct Object *ob, int select_mode, const bool ignore_visibility); | void ED_pose_de_selectall(struct Object *ob, int select_mode, const bool ignore_visibility); | ||||
| void ED_pose_de_selectall_multi(struct ViewLayer *view_layer, int select_mode, const bool ignore_visibility); | |||||
| void ED_pose_bone_select(struct Object *ob, struct bPoseChannel *pchan, bool select); | void ED_pose_bone_select(struct Object *ob, struct bPoseChannel *pchan, bool select); | ||||
| void ED_pose_recalculate_paths(struct bContext *C, struct Scene *scene, struct Object *ob); | void ED_pose_recalculate_paths(struct bContext *C, struct Scene *scene, struct Object *ob); | ||||
| struct Object *ED_pose_object_from_context(struct bContext *C); | struct Object *ED_pose_object_from_context(struct bContext *C); | ||||
| /* sketch */ | /* sketch */ | ||||
| int ED_operator_sketch_mode_active_stroke(struct bContext *C); | int ED_operator_sketch_mode_active_stroke(struct bContext *C); | ||||
| int ED_operator_sketch_full_mode(struct bContext *C); | int ED_operator_sketch_full_mode(struct bContext *C); | ||||
| Show All 27 Lines | |||||