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

Don’t know if you guys are in max2012 yet, the subscription extension supplied the maxdotnet dll with which you can use ironpython : Best I can thin…

14 years ago
Forum
Reply
RE: Call for MAXScript Docs Bug Reports

Ok, for firefox and chrome users I have a decent solution for coloring the online helpfile. Get the Stylish extension (FF or Chrome) FF > Chrome…

14 years ago
Forum
Reply
RE: Call for MAXScript Docs Bug Reports

Someone should come up with a grease monkey script or something, for me the online help seems to work relatively fast, and I like it that I can have m…

14 years ago
Forum
Reply
RE: Script for lookAt constraint, can't find UpNode Control property

There sure is. [b]lc = LookAt_Constraint()[/b] show lc lc.[b]target_axis[/b] 0 lc.[b]target_axisFlip[/b] false — etc. Also checkout t…

14 years ago
Forum
Reply
RE: Get PlugIN Parent [MaxScript]

It will be something like: refs.dependentNodes this “this” is the plugin reference self, then refs.dependentNodes will return an array with the depe…

14 years ago
Forum
Reply
RE: Deleting CustomAttributes using getDefInstances, deleteDef problems

Looks like it’s hold up in memory but not released in any way. Weird. -Johan

14 years ago
Forum
Reply
RE: Maxscript local Help ?

In addition take a look at my post here: It adds back the original colors from the old helpfile. You have to add the stylish extension and download …

14 years ago
Forum
Reply
RE: .Net SDK Wrapper

Maybe this dotnet interface can solve the problems with trying to do things on another thread or with the communication from the outside to max, becau…

14 years ago
Forum
Reply
RE: Make .classes and getClassInstances faster?

Maybe this can speed it up a bit, but haven’t checked it. myPosCtrls = for pClass in PositionController.classes where (pInst = getClassInstances pCl…

14 years ago
Forum
Reply
RE: Make .classes and getClassInstances faster?

You can itterate the “scenematerials” array, then you’re sure you’re only get the materials assigned to objects. But you’ll have to take care of multi…

14 years ago
Forum
Reply
RE: Max SDK/Function Publishing : default arguments/variable number of arguments possible

Normally OOP programming allows overloading of functions. So you have to define multiple functions in the source with the same name but width differen…

14 years ago
Forum
Reply
RE: my Maxscript editor can't change the FONT!!

Also make sure mono space font setting is off

14 years ago
Forum
Reply
RE: 3ds max facial animation script Faceengine

Lol, I expressed in that thread’s comments my feeling about this service. -Johan

14 years ago
Forum
Reply
RE: Script controller bug

+1 +2 +3 (it seems the only logic response to that request :)) -Johan

14 years ago
Forum
Reply
RE: DarkScintilla: Maxscript Editor dark scheme

I think we all know what this will lead to, right?! I also have a custom color scheme, and wouldn’t it be nice if there was some way of distributing t…

14 years ago
Forum
Page 8 / 86