Search This Blog

Tuesday, October 1, 2013

MaxPlus and module installers that look to the registry to find Python

Some modules (I.E. PySide) look to the Windows registry for the python location(s).  In order to use these apps you will need the registry keys.

I have setup a .reg file for the default 3ds Max 2014 folder install.  You can simply double click the .reg file to add the needed entries or edit it for the correct paths before using it.

I also wrote a python tool to set this up.

Registry File:

Python Script (to be ran in MaxPlus):
RegistrySetupForInstall.py
3dsmax2014ext.reg

No comments:

Post a Comment