hate to bump, but… did this work? It toggles fine here, but I can’t tell if it’s actually doing anything
welp, here’s the usual scaryCode, then. global useCache = true — switch this variable global prefsDialog_hwnd = undefined global WM_COMMAND = 0x11…
at least there’s a function for the triangle edges bit Couldn’t spot a way to re-init the thing with what’s in the ini either (short of restarting m…
how are you submitting the job(s)? I just did a quick test here with mental ray as the renderer; submitted and rendered OK (2009×32 SP1) man = netr…
Those commas are supposed to be there; without them, maxscript shouts profanities* at you — Syntax error: at name, expected ) — In line: name…
you have to destroy the dialog before you (re)define it. i.e. destroyDialog rolloutname rollout rolloutname “” etc. createDialog rolloutname if you…
In 3ds Max 9 / 2008 / 2009, yes; [b]MAXScript Source Filename Access [/b] getSourceFileName() Or for older 3ds Max versions with the AVG extensions…
haha… yeah, sounded like that’d be the way to go if you were doing your own ‘page’ behavior anyway
I don’t think you can easily load activex components – they have to be installed/registered to Windows before you can use them. You might be able to …
nice cringes at all the drawing.colors — yum fn dotnetcolor r g b = ( (dotNetClass “System.Drawing.Color”).fromArgb r g b ) rollout roll_test “t…
Yes – setting the .backColor on TabControlEx will color both the content background as well as the header background. In fact, I’m not sure how one m…
the .backColor works fine, but… Your tabcontrol is not tall enough to show any tab content – it only shows the tab headers, so you won’t see any of …
“getClassInstances bitmapTexture” gets you a long way, but doesn’t grab all bitmap texture maps (oddly enough.) you might want to poke at… There’s …
well, that explains that :> /me tells self to rtfm
holycause: a free cam don’t have any target That’s not to say that a freeCamera doesn’t have a target distance property; in fact, manipulating t…