JHN
@jhn
New Member
Joined: Feb 14, 2024
Topics: 88 / Replies: 1191
Reply
RE: Running a maxscript on a server using commandline

I think server mode requires/assumes a connection to backburner before doing anything. -Johan

12 years ago
Forum
Reply
RE: FileSystemWatcher Broken?

Are you watching on a windows machine or a linux fileserver like system. Linux doesn’t handle filesystem events like windows and thus aren’t picked up…

13 years ago
Forum
Topic
Forum
Replies: 3
Views: 8
Reply
RE: adding controller to weight track wont work

If there’s an error in the code it will always output to the listener, even if you turn the listener “off”. You could regulate the error messages by a…

13 years ago
Forum
Reply
RE: Mirroring Rotation

That’s a good point, never looked at it like that, I see a negative scale, I think that’s bad, but it’s not if you don’t use it. Thanks! -Johan

13 years ago
Forum
Reply
RE: Mirroring Rotation

Yes it’s world space, if it where a rig and I’d know how things where set up I’d go straight for the controller values,as simply inversing the control…

13 years ago
Forum
Reply
RE: Mirroring Rotation

Denis how would you fix the negative scaling? I’d say ResetScale mirrorX can you prevent negative scaling in the first place or is it something you …

13 years ago
Forum
Reply
RE: Morph Channel controlled by multiple masters

Sure it’s possible, question is, how do you want the keyframes to flow. You can instance the controllers on the joystick control and the spinner, prov…

13 years ago
Forum
Reply
RE: MAXAKey values inside list controller

My suggestion works ok here max 2010 and 2012 a=plane length:50 width:50 pos:[0,0,0] b=geosphere pos:[0,0,0] radius:5 b.pos.controller = position_li…

13 years ago
Forum
Reply
RE: MAXAKey values inside list controller

Have you tried AAAAAA = B.pos.controller[2].controller ? -Johan

13 years ago
Forum
Reply
RE: Getting a list of scene bitmap paths

This is a somewhat related snippet of code for repathing an asset. I can’t take credit for this, I got it from Larry Minton. It might be of use to som…

13 years ago
Forum
Reply
RE: Rotate modifier gizmo in world space

Take a look at Martin Breidt’s gizmo control. You should find the code idea’s you need. -Johan

13 years ago
Forum
Reply
RE: TextShape – Setting text with carriage returns?

I think you have to use ” ” -Johan

13 years ago
Forum
Reply
RE: MAXopenExr problems

On top of my exr setting function I have: renderSceneDialog.close() Then all exr settings are done, then the filename is being set, after that I a…

13 years ago
Forum
Reply
RE: how to save custom arrays with scene?

Yes serializing, is what I do too with multidimensional arrays. -Johan

13 years ago
Forum
Page 7 / 86