I’ll try that out this morning, thanks for the idea. edit: At a tick speed of 1/10s, the timer still locks when render() is called. I even tried a 1…
You should really explain what exactly you’re trying to do here, and what’s going wrong including any exceptions or unexpected results. This is nearl…
Try something like: for obj in selection do ( isOpen = false if isOpenGroupHead obj then ( isOpen = true setGroupOpen obj false )…
For anyone interested… Sample code 3: for y=1 to ambientPass.height do ( backdropPixels = getPixels ambientPass [0,y-1] ambientPass.width sour…
Ok, after a few tests, it seems that code sample 1 is actually faster than sample 2, but I have no idea why…sample 1 produced a comp’d image in approx…
The material library globals act like arrays, so you could say something like: srcLib = sceneMaterials destLib = currentMaterialLibrary for i=1 t…
Without knowing much about your scene, I’d start off by moving the pivot of the bus to pos.z=0. If you’re moving this bus in a straight path, along a…
cyrille32: hello, im fairly new to scripting and I have a little questions concerning color values; Im trying to write a little script that would al…
quangnp: I can find 3dsmax8.0 SDK on 3dsmax CD, please show me where to download it Thanks If the SDK is not present on your disc, you may want t…
Thanks for the quick reply, that’s exactly what I needed.
Wow that was dumb. Sorry guys, I had my x and y coords reversed. Should have realized that 625+950 = 1575…mystery solved.
Tried with no results; I don’t think it’s a memory issue – according to task manager, max never gets above 600mb during execution. Here’s the (working…