View Single Post
# 5 19-01-2010 , 11:58 AM
BennyK's Avatar
Registered User
Join Date: Oct 2007
Location: IL
Posts: 738
I think it should be possible to apply the function for each of the selected edges with a relatively simple script... not sure exactly how to build it though... Found this after a quick search:

Code:
for ( $node in $select )     // process each selection {
 /* … */
}
I can't test it because I currently don't have Maya installed but you can get the command for 'Flip Triangle Edge' from the script editor after using the operation. just replace it with the '/* … */' and run the script with the edges selected.

As for the selection of the edges - hammer has mentioned select edge loop/ring tool which should help you both spot and fix the problematic sections.

Hope this helped,
Benny


When in doubt, delete history and freeze transformations.

My latest snake game
(Requires DirectX9 SDK and Framework)