Update: So it processed 116 of the remaining 238 files before crapping out with the “unknown system exception”. The script failed at the LoadSaveAni…
Thanks… these are old humanoid game animations (basically baked per frame FK animations of the game skeleton) I modified the script to append to an e…
Thanks for pointing it out… I was having difficulty finding it in the help.
For those who are curious about my query… See the attachment.
–some scaled object $Teapot01.transform (matrix3 [1.5031,0,0] [0,1.5031,0] [0,0,1.5031] [50,50,50]) tempScale = $Teapot01.transform.scalepart scaleT…
I’m not in the industry… so I couldn’t really say. You’ll need strong C++ skills. Take a look at some of the job postings for Autodesk plugin develo…
Take a couple of C/C++ courses (or at least audit them– but do the work). Then take a look at the Autodesk Developer Network’s free intro to 3dsMax …
If LAA is not set to YES, then by default it is NO, correct? Well, yesterday I installed VS 2015 Community and followed the directions to install the…
You should create a support ticket and ask Autodesk to supply the missing resources required to get the samples project to compile. They did that for…
Just guessing… but what about the class ReferenceMaker which has methods for accessing references?
Maybe this will direct your steps… Checkout the SDK help and sample files: virtual float EvalHiliteCurve(float x); Remarks: This method is calle…