3dsMax-Python-HowTos
3dsMax-Python-HowTos copied to clipboard
3ds Max python samples
Hi, Where do you go to find documentation or any kind of API for pymxs ? [if this is all we have ](http://help.autodesk.com/view/MAXDEV/2021/ENU/?guid=Max_Python_API_using_pymxs_pymxs_objects_html), how were you able to write these...
menuhook doesn't restore menu items that the user has manually removed via Customize User Interface
An artist installed a tool that was registered in the 3dsMax menus via menuhook. Subsequently the tool was uninstalled and the artist manually deleted the menu entries. Later, the artist...
fixes #14 * always create menu items and make sure they are in submenus as expected * logging for creation and parenting of menus
## after cd in max install dir[3dsmax 2022], and "D:/project/3dsMax-Python-HowTos/install.sh",every thing seems right until I start 3dsmax : ``` mxvscode startup enabling vscode debugging (if you don't use VSCode for...
So how to install? 
Hi Everyone, I'm pretty new to maxscript convert to python in 3ds max. I want to install the HowTos file through Git Bash to 3ds max. And I clone it...
I'm trying to use mxs2py separately, without running 3DMax. It gives recursion error when I copy-paste some big piece of Max script into it. Any idea how can I resolve...