Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/armature/armature_intern.h
| Context not available. | |||||
| const char *name, | const char *name, | ||||
| struct ListBase *editbones, | struct ListBase *editbones, | ||||
| struct Object *ob); | struct Object *ob); | ||||
| void updateDuplicateSubtarget(struct EditBone *dupBone, | |||||
| struct ListBase *editbones, | |||||
| struct Object *ob); | |||||
| /* duplicate method (cross objects) */ | /* duplicate method (cross objects) */ | ||||
| /* editbones is the target list */ | /* editbones is the target list */ | ||||
| Context not available. | |||||
| struct Object *src_ob, | struct Object *src_ob, | ||||
| struct Object *dst_ob); | struct Object *dst_ob); | ||||
| /* editbones is the source list */ | |||||
| void updateDuplicateSubtargetObjects(struct EditBone *dupBone, | |||||
| struct ListBase *editbones, | |||||
| struct Object *src_ob, | |||||
| struct Object *dst_ob); | |||||
| EditBone *add_points_bone(struct Object *obedit, float head[3], float tail[3]); | EditBone *add_points_bone(struct Object *obedit, float head[3], float tail[3]); | ||||
| void bone_free(struct bArmature *arm, struct EditBone *bone); | void bone_free(struct bArmature *arm, struct EditBone *bone); | ||||
| Context not available. | |||||