ajohnson
@ajohnson
New Member
Joined: Feb 15, 2024
Topics: 0 / Replies: 25
Reply
RE: encrypt script help

I don’t think it’s possible… that would kind of defeat the purpose of encrypting scripts

19 years ago
Forum
Reply
RE: Max script for mouse controls

I’m sorry for the inconvenience. We looked into the payment issue, and it should be all sorted out now. It’s something that affected only your specifi…

19 years ago
Forum
Reply
RE: Max script for mouse controls

If what you want is Maya-like mouse controls, check out our Switcher plugin for 3ds Max. There’s a free trial available and some showcase videos on t…

19 years ago
Forum
Reply
RE: ActiveX and strings

If you’re going to specify the control_type string directly in the the activeXControl call (as opposed to assigning it to a string variable first and …

19 years ago
Forum
Reply
RE: help with scripted modifier

These can actually be generated using the MAXScript method genClassID()… for more info, you can check out the help entry in the MAXScript docs entitle…

19 years ago
Forum
Reply
RE: Geometrical calculations : points, lines, planes : intersections, distances, angles

I concur… this is really great, props to prettyPixel and everyone else that contributed!

19 years ago
Forum
Reply
RE: Can you animate a string to change over time?

This is still only part of the equation… you might be able to use a note track… you can make note keyframes on each frame of the note track, then set …

19 years ago
Forum
Reply
RE: Error in code

don’t forget to escape backslashes: filename = getdir #scripts + “\\Earth.max” Also, type the command above into the listener, which should outp…

19 years ago
Forum
Reply
RE: Error in code

Hello, You can’t really use a string variable to reference the object in this way: mname = “some object” mname.modifiers[#Noise].seed =…

19 years ago
Forum
Reply
RE: Can the Include/Exclude dialog for Lights be called…?

There’s [b]exclusionListDlg/b… it returns an array with a list of lights that the user selected for exclusion, so you could always use that to apply t…

19 years ago
Forum
Reply
RE: problem opening an existing max file

It should look like this: resetMaxFile #noPrompt Maybe you’re doing this? resetMaxFile() #noPrompt You only need to use () when you’re not passin…

19 years ago
Forum
Reply
RE: problem opening an existing max file

Hello, Check out the loadMaxFile and resetMaxFile methods (and the quiet and #noPrompt parameters)… <boolean>loadMaxFile <filename_string…

19 years ago
Forum
Reply
RE: Setting Soft Selection

I can’t find a way to affect soft selection weights on individual vertices either. I’m seeing the same results as you with the setVSelectWeight[font=C…

19 years ago
Forum
Reply
RE: detach faces command explain.

but i dont know what this mean . default is unsupplied , and if i let it go . the command can run too . but maybe not right some day …. You only …

19 years ago
Forum
Reply
RE: Skinwrap woes

Yep, I’ve actually used this method in 3ds Max 8 with success

19 years ago
Forum
Page 1 / 2