v12.0 (2014)
Creates a single camera for all ShotClips in Camera Sequencer. Also creates a new action by plotting values from consecutive sequence frames of camera animations. Action is created under scene root.
oReturn = PlotSequencerCamera( [SequencerIn], [SequencerOut], [ActionName], [CameraName], [PlotWithoutGaps], [ApplyToCamera] ); |
A XSICollection containning the created Camera and the clip if it is generated.
| Parameter | Type | Description |
|---|---|---|
| SequencerIn | Long |
Start camera sequencer frame of the region on which to operate. Default Value: 1 |
| SequencerOut | Long |
End camera sequencer frame of the region on which to operate. Default Value: 100 |
| ActionName | String |
Name for the new actions. Default Value: SequencerCamera_Plot_Action |
| CameraName | String |
Name for the new sequencer camera. Only valid if PlotCamera is True. Default Value: SequencerCamera_Plot |
| PlotWithoutGaps | Boolean |
Determine whether or not to ignore the gaps between ShotClips. Default Value: False |
| ApplyToCamera | Boolean |
Do we want to directly apply the action to camera after plotting them? No to add source as clip in the mixer. Default Value: True |