yep, it works! from pymel import * arrMesh = ls(selection=True)[0] print arrMesh normals = arrMesh.getNormals()
it is also possible to get the middle point coordinate of each face in the mesh? --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
