I made a tool to allow verts to be collapsed across many objects with syncing their point indexes (Edit Poly cannot do this :shrug:). The only cases w…
I am not quite sure what you are talking about, but my comment was somewhat tongue in cheek. However, autodesk did state this in the manual [color=…
This was only recently added to Max 9, it was previously available in the free avguard plugin. (but you need to sell upgrades and licenses right!) fo…
Actually, now that I remember, you can access it like this: $.mesh.verts.count regardless of whether or not it’s a ‘non-mesh’ like a box or sphere w…
erilaz: For vert/face count, I don’t think there is a way to do it to a primitive, short of converting it to a mesh/ePoly. [i]EDIT: I stand corrected!…
As far as querying the stuff, here are the different properties: outToFile = #() for obj in $ do ( append outToFile obj.name –name app…
Hey man, awesome work for your second day! My critique is that when doing many different things like this, I would wrap them up in a single undo: o…
I see what you are getting at, after talking to dimitry for a sec, you mean wrap anything you do in maxscript within its own struct, even UI and rollo…
Yeah, np, we are talking about two different things! I am talking about storing new functions and variables in places that are generally set in ston…
Yeah, but lets say you have something that is a function used in a specific tool and all the tools below it or that it can spawn or launch. I want it …
Yeah, will be nice to have another Technical Artist here :). He’s a great guy, and you sound like an awesome teacher; nothing but good things. Right…
It’s ok, I didn’t know that until just trying it to solve your issue
If it’s an obj array you can just say: select x selectmore y