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.
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 …
Do you mean something like this? ( local myString = “Hi ” local myString2 = “there.” myString += myString2 local myInt = 1 loca…
Vertex paint modifier strikes again.
Spline stuff sounds fun. Is the color idea related to gamma-correction matters, perhaps?
Yeah, I tried that in about 5 different ways, no go.
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…
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][…
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’…
Ok, I gotta jump in on this one. I’ll try to have something posted before Saturday morning.
( local ourFileName = (createFile (“c:/” + selection[1].name + “.txt”)) )
Sounds good to me. Denis, can you come up with another brain twister then? This is almost like academic integration (various algorithms). I certa…
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…
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…