Home
last modified time | relevance | path

Searched refs:copy_bonechildren (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Darmature.c78 static void copy_bonechildren(Bone *bone_dst,
129 copy_bonechildren(bone_dst, bone_src, armature_src->act_bone, &bone_dst_act, flag_subdata); in armature_copy_data()
391 static void copy_bonechildren(Bone *bone_dst, in copy_bonechildren() function
415 copy_bonechildren(bone_dst_child, bone_src_child, bone_src_act, r_bone_dst_act, flag); in copy_bonechildren()