Norman3D
@norman3d
New Member
Joined: Feb 14, 2024
Topics: 24 / Replies: 141
Topic
Forum
Replies: 6
Views: 58
Reply
14 years ago
Forum
Reply
RE: Align button to right side in a dialog

D’oh! Thanks lo! I was actually doing it wrong with maxscript… I was doing this: on test_move resized theSize do ( btn_test.pos[1] = theSize[1] -…

14 years ago
Forum
Reply
RE: Align button to right side in a dialog

I’m afraid you cannot change buttons position after the dialogs creation, at least not with maxscript. :banghead: If anyone can quickly show me an exa…

14 years ago
Forum
Topic
Forum
Replies: 11
Views: 57
Reply
RE: Help finding 3dsMax default installation and Bit version

oh! Great! I’m sure this will come in handy quite soon!

14 years ago
Forum
Reply
RE: Help finding 3dsMax default installation and Bit version

I’m creating a script that needs to check for other “installations” of the same script in other 3dsMax installations. So I got the path to the 3dsmax….

14 years ago
Forum
Reply
RE: Help finding 3dsMax default installation and Bit version

j83: On a 64-bit Windows install, the 32 bit path would contain (x86) in its name (by default), and the 64-bit path would not have “(x86)” in its fi…

14 years ago
Forum
Reply
RE: Help finding 3dsMax default installation and Bit version

well, (getDir #maxroot), gives you the full path to the 3dsMax root folder, doesn’t it? So I assume that I could replace that with any other 3dsMax r…

14 years ago
Forum
Reply
RE: Help finding 3dsMax default installation and Bit version

MrJonathan: ( max32file = (getDir #maxroot) + “max32.task” max64file = (getDir #maxroot) + “max64.task” if ((getfiles max32file)…

14 years ago
Forum
Topic
Reply
RE: Stitch elements / edges

Why not just weld with a value of 0,01? Shouldn’t that work on your example mesh?

14 years ago
Forum
Reply
RE: Callback before "Missing bitmaps" window

Oh so you are saying I could theoretically turn on dialogmonitorops before, then let it wait for the missing bitmap window to pop up and close it as s…

14 years ago
Forum
Reply
RE: Callback before "Missing bitmaps" window

aha! thank you very much! I think I read something about -silent mode, but that was only for the command line, quiet mode will do just fine Now I’ll…

14 years ago
Forum
Reply
RE: Callback before "Missing bitmaps" window

I already tried it, seems that whatever script you want to run using filePreOpen will affect the “previous” scene rather than the scene you are about …

14 years ago
Forum
Page 10 / 11