Maya to Krakatoa SR Exporter for Maya 2011/2012 Windows and Linux

Note: This is a sample exporter implementation for Maya to a Krakatoa SR Python scene file. Both Windows and Linux are supported. This export script is meant as a demonstration and is not intended for production use. Please feel free to modify the code or use it as a reference for your own exporter implementation. The documentation of the tool and its UI can be found on the Thinkbox forums.

To install:
    -Copy the contents of the ZIP file to a local directory. In this example, we will use: c:/pathtoexporter/.
    -Open Maya and customize a shelf with the command:
        source "c:/pathtoexporter/KrakatoaSR_Exporter.mel";
    -Assign the included icon file to the shelf command to get the Krakatoa logo in the Maya UI (c:/pathtoexporter/M2KSR32.png).
    -Load/Auto-Load the "PRTExporter" plugin. It is located here: c:/pathtoexporter/PRTExporterPlugin/... .
    -Load/Auto-Load Maya's built-in OBJexport plugin (if not already loaded).