Home Website Youtube GitHub

Build rig from script

Hi Guys

Can anyone points me tot he command that is run when you use the button ‘Build form selection’
I am trying to make a bigger script which build the rig from guides and then do other stuff…

thx in advance

Cheers
M.

from mgear.maya import shifter

rig = shifter.Rig()
rig.buildFromSelection()

Its in the shifter prior to mGear 3.0

3 Likes