Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Documentation

rebecca-barbour edited this page Jun 26, 2013 · 20 revisions

This engine connects Shotgun Pipeline Toolkit (Sgtk) and 3D studio Max. Shotgun will appear as a floating menu bar and will place itself in down the bottom of the UI layout at startup.

![Engine](images/3dsmax_engine.png)

In order to use Sgtk with 3ds Max, you need to have the 3dsmax blur python extensions installed. You can find them here: http://code.google.com/p/blur-dev/wiki/Py3dsMax. The Engine currently supports versions 2012 and 2011 of 3ds Max.

SSL Python Heap Walk Bug

If Python is running slowly in 3ds Max or if you notice a pause when 3ds Max starts, this is likely to be because of a bug in the SSL libraries that ship with python. This bug only affects applications which have a significant memory footprint and is therefore not noticable most of the time. However, with something like 3ds Max it may be a problem.

The solution is to replace the python ssl library with a patched version that contains an upgraded version of the ssl backend library. You can find the _ssl.pyd file here:

![Engine](images/ssl.png)

And here is a replacement file to use for Python 2.6: _ssl.pyd

Make sure to make a backup copy of your existing file before making any changes to your system!

Clone this wiki locally