lookup “autosave” in the mxs help lookup “thehold” in the mxs help What’s the question exactly Not simple at all, maybe take apart the outliner script…
I have wished for that many times myself too! But cannot be done… -Johan
I also wonder what the implications of decrypting really are. I know it can be done with maxscript and heard (I don’t know how to do this myself) that…
Is this on the scene root node only or also if you create a custom trackview node. I’m in the process of storing much data under a new trackviewnode, …
Euler position doesn’t exists, I think you mean XYZ. So how you can navigate through a position list controller the easiest way is via it’s subAnims….
History dependency (like pflow) will always slow down systems, it’s inherit to the way you set it up. Bu there’s another way to set this up, BUT, you …
I think your original idea is good (or I’m missing the point) this is what I would do fn getTravelDistance obj:unsupplied timeRange:animationRange =…
It happens because you didn’t copy the whole code, notice the ( and ) around my code. You’re probably working without those in your code. I highly rec…
( ctrl = $ — ctrl = getnodebyname “FaceControl001” morphs_used = #(“up”, “down”, “turnaround”) addmodifier ctrl (EmptyModifier ()) loca…
Did you read my post? Obviously I was wondering the same thing. What you want is already there just shuffle the for loop. -Johan
Maybe some more effort in proper formatting with yield some faster feedback, but… your first idea is not sound at all, the for loop in wrapped in a st…
Please wrap the code bits in a code block in the editor press the “#” button! It’s unreadable. Thanks, -Johan
Depends on what you’re in, if it’s a function that doesn’t get called in a big loop you can quit a function by calling “return”. If you’re in a for lo…
Hi Matan, the google code repository I mentioned was , a new initiative, don’t know if it suits your purposes, but could be cool. I’m going to try thi…