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.
var oMentalRay = Application.Renderers( "mental ray" ) LogMessage( oMentalRay.SceneArchiveInfo.Multiframe ); // Output of this script: // INFO : True |