Rens
@rens
New Member
Joined: Feb 15, 2024
Topics: 5 / Replies: 75
Reply
RE: Welding spline knots?

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…

20 years ago
Forum
Reply
RE: new script idea

Hmm, it seems like Grow does something similar, though not quite. Maybe it’s useful. R

20 years ago
Forum
Reply
RE: filestream pharsing

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…

20 years ago
Forum
Reply
Reply
RE: Challenge: Win a copy of PolySpeed for script help

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…

20 years ago
Forum
Reply
RE: Aligning a modifier Gizmo to World Space?

Sorry, I should’ve checked the rotation before I posted. Somehow this works: obj = selection[1] objTM = obj.objectTransform modTM = getM…

20 years ago
Forum
Reply
RE: Aligning a modifier Gizmo to World Space?

Hey Dave, I got it to move with the following code: obj = selection[1] objTM = obj.objectTransform modTM = getModContextTM obj obj.slice WPos = […

20 years ago
Forum
Reply
RE: visual max script

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 …

20 years ago
Forum
Reply
RE: random

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) …

20 years ago
Forum
Reply
RE: Selecting and deleting elements

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…

20 years ago
Forum
Reply
RE: Selecting and deleting elements

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…

20 years ago
Forum
Reply
RE: maxscipting learning curve?

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……

20 years ago
Forum
Reply
RE: ColourCoder 0.9b – MaxScript colours on CGTalk!

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…

20 years ago
Forum
Reply
RE: ColourCoder 0.9b – MaxScript colours on CGTalk!

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 …

20 years ago
Forum
Topic
Forum
Replies: 7
Views: 22
Page 2 / 6