ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: Set DirectX Cache state through Maxscript?

hate to bump, but… did this work? It toggles fine here, but I can’t tell if it’s actually doing anything

17 years ago
Forum
Reply
RE: Set DirectX Cache state through Maxscript?

welp, here’s the usual scaryCode, then. global useCache = true — switch this variable global prefsDialog_hwnd = undefined global WM_COMMAND = 0x11…

17 years ago
Forum
Reply
RE: Set DirectX Cache state through Maxscript?

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…

17 years ago
Forum
Reply
RE: Net Rendering and Mental Ray?

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…

17 years ago
Forum
Reply
RE: Struct problem

Those commas are supposed to be there; without them, maxscript shouts profanities* at you — Syntax error: at name, expected ) — In line: name…

17 years ago
Forum
Reply
RE: Problems to close dialog if one already exists

you have to destroy the dialog before you (re)define it. i.e. destroyDialog rolloutname rollout rolloutname “” etc. createDialog rolloutname if you…

17 years ago
Forum
Reply
RE: path of the running script?

In 3ds Max 9 / 2008 / 2009, yes; [b]MAXScript Source Filename Access [/b] getSourceFileName() Or for older 3ds Max versions with the AVG extensions…

17 years ago
Forum
Reply
RE: dotNet tabControls align vertical?

haha… yeah, sounded like that’d be the way to go if you were doing your own ‘page’ behavior anyway

17 years ago
Forum
Reply
RE: dotNet tabControls align vertical?

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 …

17 years ago
Forum
Reply
RE: dotNet tabControls align vertical?

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…

17 years ago
Forum
Reply
RE: dotNet tabControls align vertical?

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…

17 years ago
Forum
Reply
RE: dotNet tabControls align vertical?

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 …

17 years ago
Forum
Reply
RE: Q: list of textures in a scene

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

17 years ago
Forum
Reply
RE: Target Distance Undefined?

well, that explains that :> /me tells self to rtfm

17 years ago
Forum
Reply
RE: Target Distance Undefined?

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…

17 years ago
Forum
Page 63 / 94