This is an exporter implementation for Maya to a Krakatoa SR Python scene file. Both Windows and Linux are supported. 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 here.
Installation Instructions:
- Copy the contents of the ZIP file to a local directory. In this example we will use: c:/pathtoexporter/.
- Copy the file “c:/pathtoexporter/AETemplates/AEPRTLoaderTemplate.mel” to “MAYA_INSTALL_DIRECTORY/AETemplates/” (required to use the PRT Loader).
- Open Maya’s Plugin Manager and load the appropriate KrakatoaSR plugin located under c:/pathtoexporter/.
You will also need to install the latest build of Krakatoa SR to your system. You can find the latest build here.
UPDATE LOG:
- Added a PRTLoader node that can load PRT file sequences from disk and view them in Maya’s viewport.
- Unified the plugin so that on load, it creates shelf icons for the Exporter UI and for the PRT Loader object. The plugin is also merged with our previous PRTExporter plugin (no longer a separate installation).
- Fixed a bug where setting the shutter angle to a non-multiple of 9 would result in an invalid python scene file.
- Added an optional third parameter to PRTExporter script command that allows the user to specify a subset of channels to export to the PRT files.
- The export script’s settings are now saved local to the current scene, rather than globally.
Maya2KrakatoaSR_20120605.zip (1.97 MB)