You could use the AddAndWeld() funtion. It can only weld between different spline shapes though. Another way is to copy all knot positions, along with…
Hmm, it seems like Grow does something similar, though not quite. Maybe it’s useful. R
x = readValue fs as float ? Max will only display a maximum of six digits of the float, so 1123.213987 will be displayed as 1123.21. It is still sto…
Hi Andreas, how are you? Still putting in long hours on PolySpeed I see. I’m considering something along the same lines. First getting the info from…
Sorry, I should’ve checked the rotation before I posted. Somehow this works: obj = selection[1] objTM = obj.objectTransform modTM = getM…
Hey Dave, I got it to move with the following code: obj = selection[1] objTM = obj.objectTransform modTM = getModContextTM obj obj.slice WPos = […
I usually save it as a .ms file, open it and then copy it into my current code. I haven’t found a way to look at the code directly though, that would …
Hi, I’ve been chopping away at your script: The following code (improved)… numberofboxes = 0 for i = 1 to 50 do ( box length:(random 1 100) …
Sure, I’ve done that for the same reason as counting backwards in elem_array. If you delete the first poly or index the number above that will be reas…
Here’s a very simple script. I’ve assumed you use epoly and no modifiers on top of the object: obj = selection[1] — set all faces and then get th…
I don’t think it’s steep. I have started learning maxscript some weeks/months ago and I understand at least the basics of it. Coding experience… hmm……
Hey Martijn, thanks for taking it for a test ride. The first problem can be easily fixed, but the second one could be a bit trickier. But is the cod…
Thanks! Yea, I can imagine how you could be disappointed when you see a site like that. Clip-art indeed. Ah well, at least it isn’t as bad as the …