ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: Reset SkinWrap by script?

IkerCLoN: Richard, since the values for Local Strength and Local Scale are not modified, your code does not seem to do anything. So maybe I’m missin…

16 years ago
Forum
Reply
RE: Reset SkinWrap by script?

no luck here either… could push the button via uiaccessor, but seems to me it’s simpler to just re-set the values (strength and scale) via the appropr…

16 years ago
Forum
Reply
RE: VrayToon Excludelist

Ran into a similar problem with the Composite Shadow plugin (HairFX) I think it was – came to the same conclusion, but make sure that those ‘undefined…

16 years ago
Forum
Reply
RE: HELP with a sound Maxscript

that… doesn’t really answer my question. So I’ll just go with some of the scenarios of what you might be trying… Setting up an Audio Controller on a…

16 years ago
Forum
Reply
RE: HELP with a sound Maxscript

how is the sound defined? when is it ‘on’ and when is it ‘off’? etc. :rolleyes:

16 years ago
Forum
Reply
RE: Monitoring dialog titles every 20sec

3ds Max help file: How To Call a MAXScript Function Periodically using DotNet theTimer = dotNetObject “System.Windows.Forms.Timer” dotnet.a…

16 years ago
Forum
Reply
16 years ago
Forum
Reply
RE: Adding custom attributes to existing rollout

I… think it should stay perfectly intact ‘as is’? Start out with this custom attribute: ca_test = attributes test ( rollout roll_test “rollout tes…

16 years ago
Forum
Reply
RE: Adding custom attributes to existing rollout

depending on your needs, you can either replace (redefine) the specific custom attribute: curDef = custAttributes.getDef $ 1 newDef = attributes “te…

16 years ago
Forum
Reply
RE: Get property type

Keep in mind that this only works for values that actually exist. E.g. $.modifiers[1] Displace:Displace getProperty meditmaterials[1] #diffuseMa…

16 years ago
Forum
Reply
RE: Quick way to find out if data is a complex type

yes-and-no… depending on the scope you’re looking for you can use “isKindOf <val> MaxWrapper”… that yields true for objects, materials, maps, c…

16 years ago
Forum
Reply
RE: Dynamic Button with Dynamic Images

pretty sure you’re going down the wrong path a bit here, but… In the script ‘as posted’, there’s a few problems – it looks like you may have copy/pas…

16 years ago
Forum
Reply
RE: Export animation in .OBJ files

Ahh When you use the maxscript listener and you have to evaluate a whole block of code, select that whole block, then hit the enter key Otherwise i…

16 years ago
Forum
Reply
RE: Export animation in .OBJ files

The codes in the 2nd post should be fine (just tried in R8); the first calls a non-existant function, of course – if you defined a function, perhaps t…

16 years ago
Forum
Reply
RE: Export animation in .OBJ files

depending on the version of max you use, it’s either ‘somewhat simple’ or ‘slightly involved’. Basically what you’d do is loop over all frames and ca…

16 years ago
Forum
Page 49 / 94