in Installation by
I have a command button that is toggling an attribute on multiple controls. I am currently explicitly specifying the name space , but would like to know how to get the name space from the picker itself

1 Answer

0 votes
by
from maya import cmds
ns = cmds.MGPickerView(q=True, namespace=True)

 

Categories

...