Is there a way to create custom rig modules? I want to create a rig module that will add a space below it that will create an inverse scale of the parent bone, so the old rig hierarchy is
tail_01_rig_fk_null
-tail_01_rig_fk_ctrl
--tail_02_rig_fk_null
---tail_02_rig_fk_ctrl
----tail_03_rig_fk_null
-----tail_03_rig_fk_ctrl
becomes
tail_01_rig_fk_null
-tail_01_rig_fk_ctrl
--tail_01_rig_fk_sclinv
---tail_02_rig_fk_null
----tail_02_rig_fk_ctrl
-----tail_02_rig_fk_sclinv
------tail_03_rig_fk_null
-------tail_03_rig_fk_ctrl
--------tail_03_rig_fk_sclinv
I just want to scale the single bone, not the whole chain. This will only affect the direct children of the control, so a higher level control will still scale everything.