v12.0 (2014)
Creates and returns new actions by plotting values from consecutive Camera Sequencer frames. Actions are created under models containing animated parameters matching the specified list.
oReturn = PlotCamSeqToActions( [InputObjs], [ActionName], [SequencerIn], [SequencerOut], [PlotWithoutGaps], [FCurve Kind], [DefaultSegKind], [Fit FCurve], [Fit Tolerance], [ProcessContRots], [Apply], [Delete] ); |
Returns the created actions (a XSICollection object). Returns nothing if you chose the Delete option.
| Parameter | Type | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| InputObjs | String | List of parameters to plot
into actions.
Default Value: All animated parameters in the scene (ie., every animated parameter on each object in the scene). |
||||||||||
| ActionName | String | Name for the new actions.
Default Value: CamSeq_PlotAction |
||||||||||
| 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 |
||||||||||
| FCurve Kind | siFCurveType | What kind of fcurve do we want to plot to?
Default Value: siStandardFCurve
|
||||||||||
| DefaultSegKind | siFCurveInterpolation | What kind of interpolation do we want for the resulting
fcurves? Note: Only relevant when FCurveKind is 20 (Standard). Default Value: siCubicInterpolation
|
||||||||||
| Fit FCurve | Boolean | Do we want to fit an fcurve through the plotted values?
Default Value: False |
||||||||||
| Fit Tolerance | Double | What tolerance do we want for the fit?
Default Value: 0.01 |
||||||||||
| ProcessContRots | Boolean | Do we want to process rotation curves to ensure their
continuity?
Default Value: True |
||||||||||
| Apply | Boolean | Do we want to apply the actions after plotting them?
Default Value: True |
||||||||||
| Delete | Boolean | After plotting and applying, do we want to delete the actions?
Only valid if Apply is specified.
Default Value: False |
PlotFrameSetToActions PlotCamSeqShape PlotSequencerCamera PlotCamSeqForCachedObjects ApplyCamSeqFileCacheSources GetSceneFrameSetFromCamSeq