Well, I am glad you can reproduce this. I have some “checks of checks of checks” in my code but this becomes rather inefficient. Speaking about effic…
I attached a version of my script that produces the error. The screenshot shows that boxes that gather around the center didn’t get the 100 but just 1…
Hi Richard, thanks for having a look! I am using MAX 9 SP2 32bit. I’ll strip down a more complete example and also run your code.
I should maybe add that it is a random object that get’s the wrong values. Everytime I run the script it is different. A gc() after the loop didn’t h…
So I’m asking what kind of features would be useful in such tool and would you even find such a tool useful? To be able to select objects using wild…
I think max is probably not the right application to handle such task. For example you would have to count how many times the playbar has looped and …
Yep, now all I need is time I’ll put my 15 mins into the pot, too
I think you’d have to provide a proper syntext for each comment so that the compiler could pull out only those comments you wanted The syntax is to h…
maybe the javadoc specs help. If I get it right you use a syntax for your comments and the tools generate API references. Georg
cool! Thanks for sharing. I hopt the time will come even I can use “inverse something” goal-oriented. One note: The script might perform better with…
sad. The script is based on this tutorial: Maybe you can use this in yur setup. I cannot test it currently, but I think it might be a problem that y…
Maybe this helps: Georg
Don’t have max here right now to test, but either this can be done by bitshifting (see Bit Operation Methods) or the ‘crude way’: cast the bits to s…