feat(rigging): use another armature as parent
Closed this issue · 0 comments
GixoXYZ commented
Is your feature request related to a problem? Please describe.
Having the parent bone in the armature created by GBH Tool could be limiting.
Describe your idea
Add the option to use a bone (something like head bone) in another armature as parent instead of creating a parent bone inside the armature created by GBH Tool.
TO-DO:
- Experiment with
bpy.ops.object.parent_set(type='BONE')
andbpy.ops.object.parent_set(type='BONE_RELATIVE')
.