GetSceneFrameSetFromCamSeq
 
 
 

GetSceneFrameSetFromCamSeq

Introduced

v12.0 (2014)

Description

Get the time remapped frame numbers in scene time from a frame range in Camera Sequencer.

Scripting Syntax

oArray = GetSceneFrameSetFromCamSeq( [SequencerIn], [SequencerOut], [PlotWithoutGaps] );

Return Value

A 1-dimensional Array of Double values containing the time remapped frame(in seconds) numbers in scene time. If no frame in scene time can be found, return an empty array.

Parameters

Parameter Type Description
SequencerIn Double Start camera sequencer frame of the region on which to operate.

Default Value: 1

SequencerOut Double End camera sequencer frame of the region on which to operate.

Default Value: 100

PlotWithoutGaps Boolean Determine whether or not to ignore the gaps between ShotClips.

Default Value: False

See Also

PlotCamSeqToActions PlotFrameSetToActions PlotCamSeqShape PlotSequencerCamera PlotCamSeqForCachedObjects ApplyCamSeqFileCacheSources