Zhalktis
@zhalktis
New Member
Joined: Feb 15, 2024
Topics: 0 / Replies: 84
Reply
RE: More noob questions:

Well, you can create your first box at random position like this: mybox = box length:5 width:5 height:5 pos:[(random 0 25), (random 0 25), (random 0 …

11 years ago
Forum
Reply
RE: More noob questions:

Even… for i = 100 to 1 by -5 while i != 50 where (mod i 2 == 0) do print i

11 years ago
Forum
Reply
RE: More noob questions:

for ( variable initialization; condition; variable update ) { Code to execute while the condition is true } If you Really need that kind of form in…

11 years ago
Forum
Reply
RE: Issue with maxscript thinking $ is a symbolic path

Ah, sorry, I made a very silly mistake when testing. Noticed that it works fine with a full path, but doesn’t when it starts with $. Added \ and it wo…

11 years ago
Forum
Reply
RE: Issue with maxscript thinking $ is a symbolic path

If the problem is that you can’t have a filename without path starting with $, what about you just add \ in front of the filename if you detect that i…

11 years ago
Forum
Reply
RE: Middle Middle Middle

JokerMartini: What i need to do is return an array that does the first and last frame, then gets the middle frame for each part until all frames are…

11 years ago
Forum
Reply
RE: Middle Middle Middle

Not as tidy, but this one’s a slightly faster function (1-50000 range took 200ms instead of 9000ms and 17705ms). And it only requires start and end ra…

11 years ago
Forum
Reply
RE: Distance Conditional in a For Loop (Lights On/Off)

When you have a “for o in $omni*” loop, what it does is put a different single omni light into the o variable for each time the cycle runs. It cycles …

11 years ago
Forum
Reply
RE: Script for lookAt constraint, can't find UpNode Control property

Sorry for the thread necromancy, but maybe it’ll be of use for someone still searching as I was. The upnode control switch is not documented in maxsc…

13 years ago
Forum
Page 6 / 6