v12.0 (2014)
Plots objects with shape animations in Camera Sequencer. A shape source(key) is created for each plotted frame of shape animation.
PlotCamSeqShape( [InputObjs], [Name], [SequencerIn], [SequencerOut], [PlotWithoutGaps], [ApplyKeys], [Mode], [Content], [RefMode], [KeyList], [ClipList] ); |
| Parameter | Type | Description |
|---|---|---|
| InputObjs | String |
List of objects whose shapes are plotted. Default Value: If it's not specified, the whole scene with shape animations driving by shape clip will be plotted. |
| Name | String | Prefix for shape source names. |
| 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 |
| ApplyKeys | Boolean | True to apply the plotted keys to the object. If true, the old clips will be removed. |
| Mode | siShapeInstanceMode |
Determines how the shape is to be instantiated. Default Value: siShapeBlendedWeightMode |
| Content | siShapeContent |
Determines which deformations should get stored in the shape. Default Value: siShapeContentUseConstructionMode |
| RefMode | siShapeReferenceMode |
The reference mode of the shape key created Default Value: siShapeLocalReferenceMode |
| KeyList | XSICollection | List of created shape keys |
| ClipList | XSICollection | List of created shape clips |