maya Maya: Python Useful snippets Get UUID (seems to be missing in pymel) uuid = cmds.ls( object, uuid=True )[0] Find type of object: print cmds.ls("yourpattern*",showType=True) Get object of shape