Huh, I’ve been using max on and off for 10 years and never knew you could pin the stack! I think for this script I won’t need to handle that case sinc…
Interesting, I didn’t know #MaxObject and NodeMonitor existed. Thanks!
Nevermind, solved! I just realized something: this modifier will only be visible to the user if they have only the camera selected. Since that is the…
Thanks! But if it isn’t animatable, why would I even be able to assign one outside of a loop? And why does assigning within the loop throw the error w…
Wow, those are much simpler solutions haha. Thanks!
Well my search was somewhat fruitful. If you want to clean up the curve editor manually you can use Euler Filter. It is a very quick, easy, and effici…
It seems to be something related to gimbal lock. Turns out Euler Filter in the Track View Utilities fixes it, but I need a method to do this via maxsc…
Thanks, that fixed it! Now it’s doing all 3000 frames in under a second. However, I had to keep my original rotateXmatrix section of the code since th…