handiklap
@handiklap
New Member
Joined: Feb 15, 2024
Topics: 12 / Replies: 45
Reply
RE: Timer not ticking

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…

18 years ago
Forum
Topic
18 years ago
Forum
Replies: 2
Views: 13
Reply
RE: what is wrong in this maxscript ?

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…

18 years ago
Forum
Reply
RE: help with script for saving objects in different maxfiles.

Try something like: for obj in selection do ( isOpen = false if isOpenGroupHead obj then ( isOpen = true setGroupOpen obj false )…

18 years ago
Forum
Reply
RE: Blend-Mode Code Optimization

For anyone interested… Sample code 3: for y=1 to ambientPass.height do ( backdropPixels = getPixels ambientPass [0,y-1] ambientPass.width sour…

18 years ago
Forum
Reply
RE: Blend-Mode Code Optimization

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…

18 years ago
Forum
Topic
Forum
Replies: 2
Views: 13
Reply
RE: currentMaterialLib & rdgMatLibBuilder ?

The material library globals act like arrays, so you could say something like: srcLib = sceneMaterials destLib = currentMaterialLibrary for i=1 t…

18 years ago
Forum
Reply
RE: Help with transformations – URGENT

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…

19 years ago
Forum
Reply
RE: color values question

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…

19 years ago
Forum
Reply
RE: How to create AEC Wall by Maxscript?

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…

19 years ago
Forum
Reply
RE: Zip-file Script Packages Help

Thanks for the quick reply, that’s exactly what I needed.

19 years ago
Forum
Topic
Forum
Replies: 2
Views: 14
Reply
RE: Array Limitations

Wow that was dumb. Sorry guys, I had my x and y coords reversed. Should have realized that 625+950 = 1575…mystery solved.

19 years ago
Forum
Reply
RE: Array Limitations

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…

19 years ago
Forum
Page 3 / 4