SceneArchiveInfo (Renderer)
Description
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).
C# Syntax
// get accessor RendererArchiveInfo rtn = Renderer.SceneArchiveInfo;
Examples
JScript Example
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
Autodesk Softimage v7.5