antonv
@antonv
New Member
Joined: Feb 15, 2024
Topics: 33 / Replies: 180
Reply
RE: Absolute rotations help!

Yep, we are still using it. I am not dealing with cars that much but I know people love it. Thanks for the help!

17 years ago
Forum
Reply
RE: Absolute rotations help!

Told you it was something simple!!! I was overcomplicating it with the transform matrix! Thanks alot Paul, everything works perfect this way.

17 years ago
Forum
Topic
Forum
Replies: 4
Views: 16
Reply
RE: Loft Object Deformation Toggling

From what I know, none of the loft properties are open to scripting because the core part of max which deals with it comes from one of the first versi…

17 years ago
Forum
Reply
RE: Change User Path for textures

Yes, you can add callbacks which run your scripts when you open a file. Look in reference for “callbacks”, they are explained really well.

17 years ago
Forum
Reply
RE: updating spinner on selection

The spinners have a .value property that you can change from your callback. Here is a simple code that demonstrates that: rollout rlt_test “test” …

17 years ago
Forum
Reply
RE: Post-Render Scripts and Netrenders

I had the exact same issue wth the naming and I couldn’t make the postrender callbacks work. Haven’t tried it in max 9 though…

17 years ago
Forum
Reply
RE: how can you permanently define functions or variables?

You can make a script file that holds all your functions and save it in scripts/startup. This way everytime you start max, that script will run and al…

17 years ago
Forum
Reply
RE: how to store format " " result as string?

The file stays locked most likely because you did not close the filestream. You can also run a gc() command and it will forcefully unlock the file but…

17 years ago
Forum
Reply
RE: Maxscript Inputs??

Yep, Dmaxer’s script is the one I was talking about in the first post.

17 years ago
Forum
Reply
RE: Maxscript Inputs??

Search in this forum or at scriptspot.com for. There is a script that already does what you need if I remember correctly. It woeks with midi files. So…

17 years ago
Forum
Reply
RE: update listbox in another rollout

Try using the rollount name dot listboxname dot items. For example if the rollout name is myRollout and the listbox name is myListBox then you would c…

18 years ago
Forum
Reply
RE: visible to camera

You can use callbacks for it but I tihnk it’s much easier to use Scene States or duplicate your scene. My 2 cents.

18 years ago
Forum
Reply
RE: visible to camera

I don’t think you need any scripting for that. I am not sure if you can animate the Visible to camera property but the easy way I to do it is to have …

18 years ago
Forum
Reply
RE: visible to camera

Can you explain more precisely what do you try to obtain as an end result? Maybe a sample case scenario might help.

18 years ago
Forum
Page 5 / 15