Archangel35757
@archangel35757
New Member
Joined: Feb 14, 2024
Topics: 47 / Replies: 351
Reply
RE: MAX Script needs revision!

See the String Values section of Maxscript Reference… You must use execute() as a temporary work-around to the current limitation in naming scene ob…

10 years ago
Forum
Reply
RE: MAX Script needs revision!

I’m so far behind… what about the limitation of having to use “execute” as temporary work-around in naming (…and accessing those custom named…) scene …

10 years ago
Forum
Topic
Forum
Replies: 2
Views: 39
Reply
RE: Copy pivot from an xform modifier

Read about the object offset transform and getModContextTM.

10 years ago
Forum
Reply
RE: [SDK] Plugin compiling for each 3ds max version

I have also compiled an exporter (Quake3 MD3) project for Max 6 thru Max 2014 with Visual Studio 2010. Can you copy your Max2011 x86/x64 project folde…

10 years ago
Forum
Reply
RE: [SDK] Plugin compiling for each 3ds max version

Some versions of 3ds Max don’t break backwards compatibility with previous SDK versions. You need to install the version of visual studio as given in…

10 years ago
Forum
Reply
RE: Relax by smoothing group — is there a way to make it happen?

Isn’t there a relax feature already in the Edit Poly Modifier? Select the mesh faces by smoothing group and use this relax feature… no?

10 years ago
Forum
Reply
RE: Getting Started SDK

Try starting here: …and here for intermediate training:

10 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

Implemented– YES. Correct? :shrug: Here they are: #define ANIMPIVOT_POS_REF 1 #define ANIMPIVOT_ROT_REF 2 #define ANIMPIVOT_SCL_REF 3 #define…

10 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

Ok… so I’m evaluating/debugging the controller plugin… seeing what works and what doesn’t– and I’ve found that when I do a File>>Reset with nod…

10 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

I don’t know… all the parameters that I have within the parameter block show up– but the block in-and-of-itself doesn’t appear to… But how does the…

10 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

What if I moved the target list and weights to a second parameter block? Would that cause it to roll up in a weights hierarchy?

10 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

Ok… so I have my [Animatable Pivot] matrix3 transform controller loading now when it is assigned to a node from the “Assign Controller” rollout on the…

10 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

So somebody threw me a bone… my problem was that I had my pblock ref the same as the controller ref (i.e., 0). Once I changed the pblock to 1 (or oth…

10 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

So my parameter block node tab list is not being initialized to size zero but rather some really large int value… I could really use some expert help…

10 years ago
Forum
Page 9 / 27