Skip to content

Maya Long namespace vs short namespace

WIP, need to be tested but...

Never use short namespace path to compute things, use it only to display data. Instead use long namespace name to avoid ValueError: More than one object matches name when selecting things using short namespace name.

to get long namespace name:

py
cmds.ls(sl=1 , long=True)