An application programming interface (API) is available for developers wishing to customize Mudbox. The API is made accessible through the Mudbox Software Developers Kit (SDK).
The Mudbox SDK is a set of C++ libraries, example files, and documentation that allows programmers to extend the functionality of Mudbox by writing plug-ins that are loaded when the application is running.
A few of the plug-in types that can be developed using the Mudbox SDK include:
For further information, consult the SDK README and SDK documentation that is included with your version of Mudbox in the following directories:
You can also find the SDK documentation at http://www.autodesk.com/mudbox-docs-v2011-sdkguide, or download SDK example files from http://www.autodesk.com/mudbox-docs.
Plug-ins built using the Mudbox 2011.5 SDK require the GCC 4.1.2 compiler.
If you plan to build plug-ins for Linux using the SDK, do the following to configure QT: