Rigify: added a 'copy_chain' rig type.
This is useful for bone chains that need their parent-child relationships preserved exactly. For example, bbone chains, and chains that users want to use auto-ik on. Also moved the 'copy' rig type to the basic collection. This will break some existing metarigs, but it is very easy to fix. Just change the 'copy' rig type on bones that use it to 'basic.copy'.
Showing
- rigify/metarigs/human.py 2 additions, 2 deletionsrigify/metarigs/human.py
- rigify/rigs/basic/__init__.py 0 additions, 0 deletionsrigify/rigs/basic/__init__.py
- rigify/rigs/basic/copy.py 2 additions, 2 deletionsrigify/rigs/basic/copy.py
- rigify/rigs/basic/copy_chain.py 172 additions, 0 deletionsrigify/rigs/basic/copy_chain.py
Loading
Please register or sign in to comment