Hi all, I just started learning Python and currently I am confused about some stuff in Maya. Please do bear with me and my noob questions
I am selecting on an object in which it is called pCube1 and so I run the following code: sel = cmds.ls (selection = True) print str(sel) However, here I thought I am supposed to get the output result as pSphere1 in my editor but yet I am seeing [u'pSphere1'] instead. Or am I doing it in the wrong way to grab the object name? -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/3d317cc5-4a5f-424a-9cb3-7ac5af4c040a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
