Samples

The Mudbox SDK contains the following plug-in examples in <your_installation_directory>\SDK\examples:

Compiling the Plug-ins for Windows

  • Open the .vcproj file.
  • Set the active configuration to Release.
  • In the solution properties under Linker > Output File, specify the location to save the plug-ins in the Mudbox installation directory (typically C:\Program Files\Autodesk\Mudbox<version>\plugins).
  • Build the solution. The compiled plug-in is named as <ProjectName>.mp.

Compiling the Plug-ins for Mac OS X

  • Open the .xcodeproj file.
  • Set the active configuration to Release.
  • Build the project.
  • You can find the compiled plug-in in ./build/Release (relative to the project folder) with the extension .dylib.
  • Copy the .dylib file to the folder: $HOME/Library/Application Support/Autodesk/Mudbox<version>/Plugins. If the folder does not exist, create it.
  • To make the plug-in available to all users, copy it to /Library/Application Support/Autodesk/Mudbox<version>/Plugins.