Hi guys, I'm glad to share IC_PolySplitRing script. This is my 3ds Max version of the most required Maya tool. Get it freely from IllusionCatalyst website in the MaxScript page. The script has been thoroughly tested, anyhow please report any issue. Thank you, enjoy! - Enrico
OMG Rob the second coming! thanks ^_^ What version of max is this for? one thing u should know is that if u space out and use the macro without a edge selected it crashes the max viewport. :/ i dont know how scripting works but i think what you would have to tell it to do is select the edge that ur clicking on and then run…
Yes but it'd be vastly more complex... I am currently getting ready for a big project launch at my site, but once that is up and running, I hope to do more community request script features; I'll add this somewhere at the top of the list. So you may have to wait a couple weeks (months?), but you're going to see some really…
So, I'm looking for a script in max that will function similar to "split loop" in Silo, or a similar feature I've seen used in maya. In silo, you click an edge, hold a key down and move the mouse to slide where the loop will end up. Release the key to commit. Otherwise, it just splits the loop at the center (just like max…
third here. I know there is CSSlide http://ground-studios.com/stuff/meshtools/meshtools_eng.htm so really an addon to that script would be all thats needed I think.
Thanks for the link Ironhawk! I made the minor modifications needed (actually I re-wrote it for an hour and then decided to take a look... didn't want to figure out how to sort the verts, I was 'sliding' towards the edges randomly). http://www.robg3d.com/temp/csConnectAndSlide.ms Just run the script and you should get a…
Hi Bryan, don't know if this is of any help but I got that when running your script: Also is there any reason to do it as a MS as opposed to a mcr? It looks like executing the ms actually created the corresponding mcr in my UI/Macroscript folder. I don't know if this is common practice anyways (just found it a bit…
Bryan: I've had some time to test this guy out, and I've found a few issues. Occasionally the slide value will invert, so the loop will drop down on the opposite side of the ring. Also, it's not resetting the 'connect' dialog options, so if you happen to have your connect options set with like 3 segments + pinch + slide,…
Maybe someone can get this to work 100% of the time. http://www.bryancavett.com/edgeSlice.ms I'm getting the length of the first edge and a point clicked on the edge. Getting a percent from it and using it on the slide option for the connect command. Then I run a edge ring and connect with the new slide settings. Sometimes…
I added some tests to fix the problems I had with my initial code and updated the version on my site. I tried to get it to work with whatever edge you had under your cursor but couldn't get it working. You just have to select an edge and then run the script and click a point on the edge. macroScript edgeSlicecategory:…