Requirements
 
 
 

MotionBuilder SDK Requirements

The MotionBuilder SDK requires that the Autodesk MotionBuilder software be installed on your computer.

C++ Requirements

Development in C++ for MotionBuilder requires the Visual Studio 2008 SP1 development environment. It also requires an installation of Qt 4.7 .

Binary compatibility of your C++ plugins across different versions of MotionBuilder is not guaranteed. It is recommended that you recompile your C++ plugins according to the targetted version of MotionBuilder.

Python Requirements

MotionBuilder contains its own Python interpreter. Currently, MotionBuilder supports Python version 2.6.4. Your Python programs must therefore be compatible with this version of Python.

The embedded Python interpreter may also change as new versions of MotionBuilder are released. It is recommended to adapt your Python code accordingly to ensure forward compatibility.