Glad I could help
Here is a quick code that uses your file to create animated points: trackerDataFile = “c:/tracksdata.txt” — put the proper path to the file you are …
Can you post a file with the data that’s exported from Syntheyes? I remember that you could export data for After Effects and Combustion which were 2d…
It seems that you can’t access the External Forces rollout through MAXScript…
The values are calculated properly but you are not telling maxscript to print that value, so all you need to do is add a “print W_C_L” in your loop
Lee wrote the tutorial and I made the script based on his idea. Read the first paragraph in his animation part of the tutorial:
TheNeverman: 3-part tutorial: If you download the scene files form this tutorial you’ll get the script which builds the pinbox from 2 objects: t…
In my experience trying to attach multiple editable mesh objects crashed my max. My solution was to always convert to poly and use polyops. I hope thi…
Straight from the reference: 3ds Max System Globals3ds Max System Globals[left]maxFileName [/left] [left]Contains a String value that defines the fil…
I was looking more on how to deal with custom attributes for my needs and stumbled upon this article by Martin Breidt which explains in detail all the…
Thanks for the offer Hblan. I just finished mine which does pretty much the same stuff. I just needed to figure out some details to automate steering …
Hi Paul, Thanks for the quick reply but I am kind of a noob in this area. Could you be more explicit about how to do it? Also I wanted to ask you if…