Returns the name of the archive as declared by the rendering engine.
// get accessor String rtn = RendererArchiveInfo.Name; |
var oMentalRay = Application.Renderers( "mental ray" ) LogMessage( oMentalRay.SceneArchiveInfo.Name ); // Output of this script: // INFO : mental ray Scene File |