j83
@j83
New Member
Joined: Feb 14, 2024
Topics: 8 / Replies: 67
Reply
RE: So "return" is no longer slow?

That’s fine, as I wouldn’t use it that way. I guess my main use of it would be just using it at the end of functions, just for code-cleanness.

13 years ago
Forum
Topic
Forum
Replies: 3
Views: 6
Reply
RE: Combining variable names

Not sure why you would structure it this way, it would be really slow, but here is an example of combining the iterator into a variable. ( for …

13 years ago
Forum
Reply
RE: Combining variable names

Do you mean something like this? ( local myString = “Hi ” local myString2 = “there.” myString += myString2 local myInt = 1 loca…

13 years ago
Forum
Reply
RE: vertexpaint modifier – current selection?

Vertex paint modifier strikes again.

13 years ago
Forum
Reply
RE: Are you ready for mini-chalenge #4?

Spline stuff sounds fun. Is the color idea related to gamma-correction matters, perhaps?

14 years ago
Forum
Reply
RE: Mini-Challenge #3

Yeah, I tried that in about 5 different ways, no go.

14 years ago
Forum
Reply
RE: Mini-Challenge #3

Not sure if it’d be of any help to anyone for this contest, but for a learning experiment, I implimented a shell sort function to test against Maxscri…

14 years ago
Forum
Reply
RE: Mini-Challenge #3

Haven’t had much time (E3 almost here ), but here are some things I’ve tried, [ul] [li]tried to hijack the Mesher compound object, to no avail[/li][…

14 years ago
Forum
Reply
RE: Mini-Challenge #3

How does this look for the layout? I’m guessing we’re creating/convert the teapots before we calculate any time, correct? (the script below doesn’…

14 years ago
Forum
Reply
RE: Mini-Challenge #3

Ok, I gotta jump in on this one. I’ll try to have something posted before Saturday morning.

14 years ago
Forum
Reply
RE: Write quoted string to file?

( local ourFileName = (createFile (“c:/” + selection[1].name + “.txt”)) )

14 years ago
Forum
Reply
RE: Maxscript challenge ideas

Sounds good to me. Denis, can you come up with another brain twister then? This is almost like academic integration (various algorithms). I certa…

14 years ago
Forum
Reply
RE: Maxscript challenge ideas

Update for the poll results: I’ll be posting the new “contest” based on what the poll results are in the morning sometime (7-8 EST) unless anyone has…

14 years ago
Forum
Reply
RE: Maxscript challenge ideas

Ah, I changed var to int[], now your code works here Light. This may be somewhat related to the version(s) you have installed, perhaps newer install…

14 years ago
Forum
Page 2 / 5