Hi there,
Scuze my english,
I m absolutly newbie with Mel scripting in maya...i have done that very simple script and it already saved me a lot of time, it is to make stitches on meshes to close them,
first it extrude edges than merge them to the center then hilite in object mode to delete history, here it is:
performPolyExtrude 0;
MergeToCenter;
selectMode -object;
DeleteHistory;
selectMode -q -component;
I would like it to end by entering in the edges hiliting pre-selection mode (the right clic marking menu on edges)
It was very easy to find how to get back to object mode using selectMode -object, but i m now looking for the edges pre-selecting mode for hours with no succes.
Hope some one can help me there i guess that it must be obvious...
Thank you...