Hi guys, so there is a one line MEL command in maya that lets you select every n edge. It was on this forum if I remember right, but now I can't find it.
I know that in the bonus tools I can do that, but in this case tha command itself would be more handy.
Thanks.
Replies
http://help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/Commands/polySelect.html#flagedgeLoopPattern
However, I have found it. (I saved it at work)
For edge ring:
polySelectEdgesEveryN "edgeRing" 2;
For edge loop:
polySelectEdgesEveryN "edgeLoop" 2;