I’ve got the name of the function as f_CleanRig, and the rollout button is calling f_CleanRig, but i just noticed the name of the .ms file is f_rigCle…
The function is saved in a .ms file, and it will work when i just type the command into the listener, however it does not have a global definition wit…
awesome. that works perfectly. I had no idea i could perform a += operation on string variables. the more you know… thanks a ton jason! -ian
Found the solution, and i offer it to any one who needs it. I had been foolishly ignoring the fact that some commands can give info AND change parame…
Unfortunately I’m not using animation layers from Max, I’m trying to access the animation layers on the CAT rig. something along the lines of: $catpa…
got it working finally. Turns out i need to put in “\” in the path name so the final code ended up being: biped.loadBipFile $Root.transform.controlle…
That helps a little. At the very least i’m getting a different error now: – Unknown property: “transform” in undefined Which looks to me like it’s n…
Okay, I’ve found the biped name (Root) and the max function (biped.loadBipFile) but everytime i’ve tried calling the function with the right file name…
thanks. I’ve taken a look at those topics, unfortunately, I’m so new to MaxScripting that I think I’ll need to get to the basics of the language befor…