Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Skip "enter" value in readchar()

it is the carriage return “\r” char that is left

5 years ago
Forum
Reply
RE: Help modifying the script "Batch Preview Renderer" – adding vrProxy support

importFile is a mxs function and VRayProxy is a third-party geometry class. You can’t expect true as a result of scene node creation. (That’s exactly …

5 years ago
Forum
Reply
RE: Open an .ms file with Edit()

Sure, check out doesFileExist and pathConfig struct methods.

5 years ago
Forum
Reply
RE: Open an .ms file with Edit()

Haider_of_Sweden: If I miss the first and/or last ” for example, I get an error. You can trim not needed characters trimLeft “apple” “a” trimRi…

5 years ago
Forum
Reply
RE: Open an .ms file with Edit()

AEI: just need to case parametric with execute method +1 try this substr = execute (substring (GetMXSEditorWindowText hwnd) (start+1) (end – st…

5 years ago
Forum
Reply
RE: Open an .ms file with Edit()

If something doesn’t work check if you have all slashes in place ScriptPath = “C:\Users\User\AppData\Local\Autodesk\3dsMax\2014 – 64bit\ENU\scripts” …

5 years ago
Forum
Reply
RE: Can MXS add custom menus to eg Maxscript editor?

I would rather suggest you to use VSCode and completely forget about the editor build in max if you really need extended editor functionality. You’ve …

5 years ago
Forum
Reply
RE: Can MXS add custom menus to eg Maxscript editor?

There’s no easy way. . What do you want to achieve modifying mxseditor gui ? Quickly execute some custom mxs code? MXSEHotKeyOps = ( local owner s…

5 years ago
Forum
Reply
RE: Can MXS add custom menus to eg Maxscript editor?

Haider_of_Sweden: So menuman.createMenu and menuman.createSubmenuItem isn’t what you use in this case? Not in this case. In order to append anyth…

5 years ago
Forum
Reply
RE: Can MXS add custom menus to eg Maxscript editor?

It’s an extended equivalent of the below code. upd btw. you can probably add mxs RCMenu to extend it further try (::MXSEMenu.destroy())catch() MXSEM…

5 years ago
Forum
Reply
RE: Can MXS add custom menus to eg Maxscript editor?

Haider_of_Sweden: Material / Slate Editor are accessable from Customize User Interface > Menus Are you sure about Slate ? Even in 2020 none of…

5 years ago
Forum
Reply
RE: Can someone confirm a bug in quadrify via Maxscript? (sample script provided)

quotation marks are your problem this forum became pure trash after redesign

5 years ago
Forum
Reply
RE: Can someone confirm a bug in quadrify via Maxscript? (sample script provided)

put it before the function call (dotnetclass “System.Windows.Forms.SendKeys”).flush()

5 years ago
Forum
Reply
RE: Can someone confirm a bug in quadrify via Maxscript? (sample script provided)

No, it isn’t a bug. Many ribbon functions behave diffirently with modifier keys being pressed. Run your script without pressing Ctrl key and it will w…

5 years ago
Forum
Reply
RE: viewport.setCamera – playback

I found SetViewCamera in maxapi.h header And that’s what the description says: These are functions that are exported from the 3DS MAX executable. …

5 years ago
Forum
Page 40 / 84