Ahh, never realised you could do that. Tried doing calculations on true/false in the past and just assumed that ruled out doing the same with bitarray…
My get difference function uses a loop and finditem. Maybe it’s a little bit backward? fn GetUnSharedItems ArrayOne ArrayTwo = ( answer = #() …
That’s the method I had in hand already. I kept on trying to think of something faster and for some reason I thought there must be something there. I …
[b]Never mind … The answer is \r [/b]I’ll provide context where relevant below. I modified your code quite a bit to serve my own purposes. I’m inten…
Precisely, it’s useful in a lot of situations. I just thought that since I was in the max section people would assume that z was height not camera dep…
Nevermind, I found ray commands…
There is a simple, yet rather unelegant solution to this. Assign your shortcut, but make sure your script is very short and succint so that it doesn’t…
I think in general MAX Scripts file handling is just poor. If you issue certain kinds of print commands it may have the quotes. If you issue others, i…
It’s slightly embarrassing looking back on this now with the other things I’ve discovered. It’s quite easy to submit an external script (like js or vb…
It sounds like you need to set your scene to render all instead of issuing this via command.
The best practice solution I figured out for this problem is basically to submit a normal render, with a basic script that doesn’t require the UI. Tha…
The problem seems to be that BB doesn’t want to give a list of tasks even to something like 3dsmax.exe if they’re submitted via cmdjob.exe so if you f…
Actually what we’ve been discussing above is not that old. The way-around is to submit via 3dsmaxcmd.exe instead (read above for more detailed explana…