RendererArchiveInfo.Multiframe
 
 
 

RendererArchiveInfo.Multiframe

Description

Returns a Boolean true if the archive format supports embedding all frames of an sequence into a single archive file, rather then spreading it out into a file per frame.

C# Syntax

// get accessor
Boolean rtn = RendererArchiveInfo.Multiframe;

Examples

JScript Example

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