thanks for the in depth code review- I know it is sluggish at some spots as in most cases it will do for me as long as it works. I will try to improve it with what you have written,- thx a lot for that I once had this idea of creating a website with maxscirp snippets where people could compose their own panels without…
Three code-related things: First, avoid try/catch so much... you should handle unhandled cases better (such as no object selected, etc.), using an if/then, and print or messageBox the error. Second, and this is pretty minor- if you're not using the functions outside of the rollout, put them inside of the rollout. This will…
after replying here people asked me if they could have that script with the spinner that lets me smooth surfaces without the usual hassle in 3dsmax. The picture I posted back then was: http://www.renderhjs.net/bbs/polycount/tips/quarantine_map_smoothing_groups.gif its a common task for me fixing the smoothing groups of…