it is the carriage return “\r” char that is left
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 …
Sure, check out doesFileExist and pathConfig struct methods.
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…
AEI: just need to case parametric with execute method +1 try this substr = execute (substring (GetMXSEditorWindowText hwnd) (start+1) (end – st…
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” …
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 …
There’s no easy way. . What do you want to achieve modifying mxseditor gui ? Quickly execute some custom mxs code? MXSEHotKeyOps = ( local owner s…
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…
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…
Haider_of_Sweden: Material / Slate Editor are accessable from Customize User Interface > Menus Are you sure about Slate ? Even in 2020 none of…
quotation marks are your problem this forum became pure trash after redesign
put it before the function call (dotnetclass “System.Windows.Forms.SendKeys”).flush()
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…
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. …