What's New in the 3ds Max 2015 Python API
3ds Max 2015 uses Qt version 4.8.5.
3ds Max 2015 now ships with a pre-built version of PySide. See
Using PySide2
for more information.
The
GraphicsWindow
class is now removed. Use instead the
Viewport.GetDIB()
method to obtain your active viewport graphics window as a bitmap. See
Saving the active viewport graphics window as a bitmap
for more information.