Hey guys, I've been customizing Max for a couple of years now, and I figured I ought to package up some of my better scripts and release them to the public! Without further ado, Turbosmooth Tools is a batch processing script designed to let you modify Turbosmooth modifiers on a whole pile of objects at once. It also has…
Hey Justin, you're totally right. I should have tested that guy more, it's the only one I haven't used in production much :/ I've rewritten it to be a bit faster, though it's still pretty slow. I think I may need to do a C++ plugin for this one; the big problem is that it uses nested loops when checking distance, and the…
Nice scripts! I'll be checking out the VertMatch, UVMatch and BakeShifter the next chance I get. I don't know if you're looking for suggestions or requests but for vertMatch it would be great if it also made the vertex numbering (vertex index?) match also =D That way if you had identical meshes but they had different vert…
Grabbed the UV Match script, can see that coming in handy. Remi also mentioned you used the old TSTools script I made as a base for your version? G;ad to see it still lives on in some form, though hopefully the bugs don't :p
Hey Neox, I've updated the script to select unmatched vertices! Everyone should redownload it anyways, as I've found a logic error pertaining to the vertex selection that can creep in occasionally.
Aha, so you're the one who made the original! I tried to get your name so that I could credit you with the original concept. I hope you don't mind that I released it, at this point there is none of your code or layout left in the script, it's completely new from the ground up. I'm still going to credit you on my site…