Thanks for the report. Have you tried to press ESC when it seems frozen? The average function has got a "while loop" that keeps going until angles and edges reach the defined tolerance to be considered regular. There's an ESC condition that allows to exit from the loop and abort the command. The script has been developed…
Hi guys, I've just published an update. Get IC.GeoEdgeLoop 0.2 from IllusionCatalyst website under Script section in MaxScript page. I hope you like it. New feature:* Works on multiple closed Edge Loops providing feedback on current status. Fixes:* Logic issue in Average function that could stop calculation after one…
Spherify works on subobject types and doesn't seem to get stuck with poles or closed loops but as with relax the edges aren't equal length. Still though, when used with relax and make planar function you can obtain a near perfect result.
Hi guys, I had the chance to revise this script and caught a couple of quite subtle errors in the Averaging algorithm. They lead to an infinite loop. Some functions have been rewritten and retested to work in every allowed condition and give better results. Get IC.GeoEdgeLoop 0.4 from IllusionCatalyst website under Script…
we already have it, i use it all the time... http://www.creativecrash.com/maya/downloads/scripts-plugins/modeling/c/equalize-continuous-edges?software_version=2009 the example pic is doing it a different way, but it also has the functionality your looking for, if you select a loop is going around the tube and not down it..…
You're very welcome! Go for it! Maybe you'd like to wait for an updated and comfortably bug-free version. Next should be quite good, easier to read before I try to make it work on Edit Poly Modifier too. Code is quite straightforward, as well as math. It could look a bit overcrowded by structures needed for MouseTracking…