ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: Detect callbacks

Yes, it can create and destroy them. However, it’s only to capture events – not to expose existing callbacks. Unfortunately, I don’t think any of th…

16 years ago
Forum
Reply
RE: Unique variables

FbxExporterSetParam “Cameras” false exportFile “c:\ ocameras.fbx” #noprompt FbxExporterSetParam “Cameras” true exportFile “c:\\cameras.fbx” #noprompt …

16 years ago
Forum
Reply
RE: Unique variables

no worries, we’re all here to help by the way, you might want to look into Custom Attributes. You can store these with a scene file as well, without…

16 years ago
Forum
Reply
RE: Unique variables

only on file > new? Odds are you’d want it cleared when loading an existing file as well, no? Anyway… for file > new, it’ll be similar to this…

16 years ago
Forum
Reply
RE: Unique variables

yeah, it’s a bit odd… almost seems like they simple forgot to add a .create() method; similar to how gamma used to be exposed… you could set display g…

16 years ago
Forum
Reply
RE: Unique variables

Except that it’s not… The global variable name must exist, otherwise a runtime error will be generated ( The first line of the documentation is a…

16 years ago
Forum
Reply
RE: Unique variables

you’ll have to use execute() rollout roll_test “roll_test” ( edittext edt_test “variable name:” text:”myVar” spinner spn_test “variable value:” b…

16 years ago
Forum
Reply
RE: Selection by size of triangle

off-topic: The XView stuff is pretty awesome – it’s proven very useful already, by allowing a quick view of which objects – and more specifically, whi…

16 years ago
Forum
Reply
RE: addNewXRefObject and merge window

I think you’re on the right track. The native functions don’t allow you to open the UI, so you’d have to build your own. If you want the original UI…

16 years ago
Forum
Reply
RE: removing missing procedural maps…..

you’ll want to use: refs.dependents tex[1] , as refs.dependents returns an array of the results, and you’re looking at getting the first (and in you…

16 years ago
Forum
Reply
RE: openFile filename_string – creating a list of missing frames

jonahhawk: in the snippet below, missingFramesFile = <File:\pdx-3dmanager\shortstore\jross\WilsonVilleBridge\20090428\WV_Render\MissingFrames.txt…

16 years ago
Forum
Reply
RE: Object ID?

If you want to be more certain about the objects being unique (even when merging, etc.), set up an ID on the thing manually: callbacks.addscript #no…

16 years ago
Forum
Reply
RE: if..do with colors

you should never get a ‘hanging then’ in local scopes*. However, in a global scope (e.g. the maxscript listener, or even in a new script)… if (tru…

16 years ago
Forum
Reply
RE: script mouse pan zoom?

if the viewport has a camera (viewport.getcamera()), just move the camera. If it doesn’t, use viewport.setTM() to manipulate the viewport’s transform…

16 years ago
Forum
Reply
RE: DotNetClass [System.IO.DriveInfo]

you have to specify the actual resource… and make sure it exists. e.g. — correct dnGet.dnGetDiskFreeSpace @”c:” false GBleft = (((dnGet.freeBytes/…

16 years ago
Forum
Page 3 / 94