hey Chad, thank you for tip, I reinstall my pymel and got it with just copy&paste.
but I have other problem arrMesh = mc.ls(sl=True) #here i save mesh as string print arrMesh[0]#prints |polySurface1 normals = arrMesh.getNormals() #prints 'list' object has no attribute 'getNormals' the mesh object was imported as .obj into maya and my idea was to get normal of each face of this mesh. Best! Dima --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
