JHN
@jhn
New Member
Joined: Feb 14, 2024
Topics: 88 / Replies: 1191
Reply
RE: Access preferences

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…

14 years ago
Forum
Reply
RE: MAXScript plugin extend. Is it possible?

I have wished for that many times myself too! But cannot be done… -Johan

14 years ago
Forum
Reply
RE: The coding and a code of ethic…

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…

14 years ago
Forum
Reply
RE: save Names to Maxfile – help please

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, …

14 years ago
Forum
Topic
Forum
Replies: 2
Views: 41
Reply
RE: Position List. How to find keyframes within.

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….

14 years ago
Forum
Reply
RE: get traveled Distance

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 …

14 years ago
Forum
Reply
RE: get traveled Distance

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 =…

14 years ago
Forum
Reply
RE: execute string in loop

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…

14 years ago
Forum
Reply
RE: execute string in loop

( ctrl = $ — ctrl = getnodebyname “FaceControl001” morphs_used = #(“up”, “down”, “turnaround”) addmodifier ctrl (EmptyModifier ()) loca…

14 years ago
Forum
Reply
RE: execute string in loop

Did you read my post? Obviously I was wondering the same thing. What you want is already there just shuffle the for loop. -Johan

14 years ago
Forum
Reply
RE: execute string in loop

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…

14 years ago
Forum
Reply
RE: execute string in loop

Please wrap the code bits in a code block in the editor press the “#” button! It’s unreadable. Thanks, -Johan

14 years ago
Forum
Reply
RE: Stop Code execution!!!

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…

14 years ago
Forum
Reply
RE: AppDisplay tool

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…

14 years ago
Forum
Page 9 / 86