JohnSwafford
@johnswafford
New Member
Joined: Feb 14, 2024
Topics: 24 / Replies: 131
Reply
18 years ago
Forum
Reply
RE: SDK Question: Spherical Camera

AFAIK, the existing sperical renderers/cameras are one or all of the following: Commercial (so I can’t distribute them with my script) Inaccessible …

18 years ago
Forum
Topic
Forum
Replies: 7
Views: 3
Reply
RE: rotating camera and object positions

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….

18 years ago
Forum
Reply
RE: Multiple #filePostOpen callbacks not working consistently

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.)

18 years ago
Forum
Reply
RE: Multiple #filePostOpen callbacks not working consistently

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…

18 years ago
Forum
Reply
RE: Legality of licensing out Maxscripts

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. …

18 years ago
Forum
Reply
RE: selecting every nth loop

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 …

18 years ago
Forum
Reply
RE: selecting every nth loop

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…

18 years ago
Forum
Reply
RE: How do you protect a script if you want to sell it?

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…

18 years ago
Forum
Reply
RE: How do you protect a script if you want to sell it?

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…

18 years ago
Forum
Reply
RE: Get/Set a Controller's actual value…?

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…

18 years ago
Forum
Topic
Forum
Replies: 2
Views: 9
Topic
Forum
Replies: 0
Views: 14
Reply
RE: How to get Max version number?

You’re right…not easy to find. I’ve forgotten this one before too. maxversion() #(5100, 11, 0)

18 years ago
Forum
Page 7 / 11