Returns the file extension used by the archive format as declared by the rendering engine.
// get accessor String rtn = RendererArchiveInfo.Extension; |
var oMentalRay = Application.Renderers( "mental ray" ) LogMessage( oMentalRay.SceneArchiveInfo.Extension ); // Output of this script: // INFO : mi2 |