RendererArchiveInfo.Extension

Description

Returns the file extension used by the archive format as declared by the rendering engine.

Examples

JScript Example

var oMentalRay = Application.Renderers( "mental ray" )
LogMessage( oMentalRay.SceneArchiveInfo.Extension );
// Output of this script:
// INFO : mi2