Home Website Youtube GitHub

Messed up Transforms

I havnt reset the transform before i started to use the eyebrow rigger.
Is there a way todo that now.?

No need to reset or freeze. Just add a group transform above it and it will zero it out.

1 Like

Hmm im still not able to get it working. If i add a Group above. I cant freeze the transforms. I feel stupid i dont unterstand the most basic stuff. Im using maya now for 13 years.

If I understand correctly your question. Use this code in post script

import mgear.rigbits as rigbits
imoprt pymel.core as pm
rigbits.addNPO(pm.PyNode("your_control_name"))
3 Likes