Home Website Youtube GitHub

Dagmenu root rig requirement

We’ve always referenced our rigs into the scene but grouped the referenced rigs with the -gr flag.
With the mGear Viewport Menu active. “Range Switch” doesn’t work because of this line of code. It’s expecting all rig model groups to be in the root.

root = cmds.ls(args[0], long=True)[0].split("|")[1]

1 Like

I’ve submitted a pull request here that fixes the issue for us. Happy for it to be reviewed and I’ll amend if required.

2 Likes