v12.0 (2014)
Get the time remapped frame numbers in scene time from a frame range in Camera Sequencer.
oArray = GetSceneFrameSetFromCamSeq( [SequencerIn], [SequencerOut], [PlotWithoutGaps] ); |
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.
| 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 |