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…
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 …
Read about the object offset transform and getModContextTM.
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…
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…
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?
Try starting here: …and here for intermediate training:
Implemented– YES. Correct? :shrug: Here they are: #define ANIMPIVOT_POS_REF 1 #define ANIMPIVOT_ROT_REF 2 #define ANIMPIVOT_SCL_REF 3 #define…
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…
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…
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?
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…
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…
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…