<Message Deleted>
AFAIK, the existing sperical renderers/cameras are one or all of the following: Commercial (so I can’t distribute them with my script) Inaccessible …
in coordsys MyCamera, at time t (local PosInCamSpace = MyObject.pos) –if (PosInCamSpace.x <0) then the object is to the left of the camera center….
If the callbacks are from separate sources, I don’t know of any fix or workaround. (The two callbacks I consolidated were both from my own script.)
I’ve encountered this behavior once, but I was never able to isolate it. I ended up having to consolidate two callbacks, with some of the callback cod…
The only type of Autodesk license that would not allow you to develop your own commercial maxscripts would be an academic license, as far as I know. …
I could be wrong about this, but I thought I remembered Larry Minton saying to avoid direct comparisons using floats, as they will sometimes evaluate …
There are two ways of doing this, depending on whether you wanted to do anything at all on the other half of the loop iterations: for i=1 to 20 by 2…
Very true. Far more commercial scripts fizzle than succeed. Patrick, you shouldn’t kid yourself about the size of your potential market, and you shou…
Before you dismiss the idea of an encrypted commercial script, you should take a look at a couple of successful examples: www.orionflame.com Orionfla…
I agree that this is a serious limitation, and that there should be a way to either get/set the scaling factor (if any) applied to a controller’s valu…
You’re right…not easy to find. I’ve forgotten this one before too. maxversion() #(5100, 11, 0)