from pymel import * arrMesh = ls(selection=true) normals = arrMesh.getNormals()
On Jun 2, 2009, at 9:13 AM, Dimitry wrote: > > ok... > but how I can save a mesh as variable to work with it in pymel? > > My knowledge of pymel is to less,I don't know how I can get the mesh > > from pymel import * > arrMesh = getMesh(selection=true) #it is possible to let a selected > mesh to be a arrMesh as pymel object > normals = arrMesh.getNormals() > > > where I can found the pymel documentation? > > Chad, I very appreciate you time and you help! Thank you! > Best! > Dima > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
