say I want to select geometries that have more than X amount of vertices. Using some kind of logic like this
select geometry where vertex count > 10000 Is this doable? I can think of a way to cycle through all geometries and check their vertices but wondering if there's a better way. -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
