denisT: containers are not safe and shouldn’t be used just for pleasure but containers is the easiest way to copy/paste everything (objetcs and the…
Yeah I know there are easy ways of copy and pasting. The main thing I want is multiple files open in one instance of max. I hate having to open mult…
What I personally have thought max has needed for a while now, which I’m not sure if you can do with maxscript, or even the sdk, is some kind of tabbe…
This is the function I use for subtracting arrays – fn SubtractArray Input1:#() Input2:#() = ( if (Input1 != undefined and Input2…
Well in my opinion now, I think this thread may have been a mistake… I probably should have just asked for different ways of getting a border from an …
Okay, so I think were having some miscommunication here… The problem with your function is that it gets all the borders within the same element as th…
Hey I appreciated the general coding advice. But what did you think I was asking for? I wasn’t really concerned with much else, but what I asked for…
Dude, what are you talking about?? I didn’t mention anything about elements or faces… The whole point of this thread was to find a faster / better met…
Okay so I fixed my version to account for the things you mentioned denis. It sets the default if unsupplied, checks for editable mesh, gets the first…
Well I usually check for if an object is selected and if there are subobjects selected, I forgot to put the checks in this function. Although I shoul…
Wow, thanks for all the replies guys! And thanks denis for the examples. I’ve noticed the assignment of operations to variables in the reference bef…
You could always start your own mini challenge threads, where you have each mini challenge be in a specific area, like modeling or texturing and pick …
Well, what’s the end goal of the tool after its done? To host it on a site like, scriptspot, or to sell it in another package? How will you judge w…
Your suggestion for a “tool” seems a little too vague, in my opinion. What would you mainly like to see? Tools for creating rigs? Primitives? Modif…