Search Maya Zest



Wednesday, July 27, 2016

Select every other edge loop on your model (maya)



1. Make sure your script panel in the bottom is set to MEL

2. Select your edge selection tool and highlight one edge in your object. Double click to get the entire loop.

3. Once that loop is selected drop this code snippet in your script editor and hit enter

polySelectEdgesEveryN "edgeRing" 2;

It should select every other loop in your model.