MXSPyCOM icon indicating copy to clipboard operation
MXSPyCOM copied to clipboard

A modern version of MXSCOM, to allow for editing & execution of 3ds Max MaxScript and Python files from external code editors.

Results 4 MXSPyCOM issues
Sort by recently updated
recently updated
newest added

I get this when I run the task in VS CODE, what can I do? Unhandled exception. System.Runtime.InteropServices.COMException (0x80020006): Neznámý název. (0x80020006 (DISP_E_UNKNOWNNAME)) at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target,...

I'm trying to get the MXSPYCom server to execute scripts in 3ds Max 2022 (Python 3.7) With initialize_COM_server in %appData%\Local\Autodesk\3dsMax\2022 - 64bit\ENU\scripts\startup launching from PyCharm, Notepad++ or cmd results in...

Hi, I am getting the following error when running the task on the provided hello world maxscript file. Am using VSCode 1.64.2, 3DS Max 2020. ``` Unhandled exception. System.ArgumentNullException: Value...

Hello, I created a method to get MaxVersion used in mxs_try_catch_errors method, in order to set a new flow for version < 2018. Reordered error messages for consistency. (error before...