I would like to add a couple of groups above some controls so that I can add automation or additional features. Is this safe to do? I I would like to make sure it does not break IK/FK and space switch.
Is there a built in function for this?
Cheers,
I would like to add a couple of groups above some controls so that I can add automation or additional features. Is this safe to do? I I would like to make sure it does not break IK/FK and space switch.
Is there a built in function for this?
Cheers,
Add NPO in Rigbits is available for you to add a group above a controller.
You can also use the addTransform function on mgear.core.primitive.py If you want to put the line in a customStep script.
Thank you very much!