Just a FYI:

# Note - the following commands must be executed all at once in order
to cause a
# crash.  If you execute each command one at a time, no crash will
occur.
import maya.cmds as cmds

polyCube = cmds.polyCube()[0]
subd = cmds.polyToSubdiv(polyCube)[0]
select(subd + '.sme[*][*]')
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/python_inside_maya
-~----------~----~----~----~------~----~------~--~---

Reply via email to