Returns a RendererArchiveInfo object that can
be queried for information on the scene archive information for
this rendering engine.
Note: This property returns nothing if the rendering engine does
not support the siRenderProcessExportArchive process type (see
siRenderProcessType).
var oMentalRay = Application.Renderers( "mental ray" ) LogMessage( oMentalRay.SceneArchiveInfo.Name ); LogMessage( oMentalRay.SceneArchiveInfo.Extension ); LogMessage( oMentalRay.SceneArchiveInfo.Multiframe ); // Output of this script: // INFO : mental ray Scene File // INFO : mi2 // INFO : True |