v1.0
Creates a new action. This command can create create static actions by taking a
snapshot of current parameter values. It can also remove animation from parameters
and put it in an action.
Warning: If an an action contains different types of animation (for example, fcurves
and expressions), you may have problems exporting it back to SI|3D.
oReturn = SIStoreAction( [Model], [InputObj], [Mode], [Name], [RemoveAnim], [Consider Time], [StartFrame], [EndFrame], [Ripple], [IncludeAnimLayers] ); |
Returns the ActionSource.
Parameter | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Model | String | The model on which to put the new source action. | ||||||||||||||||
InputObj | String |
List of animatable parameters to put into the action. Default Value: Based on current marking and selection. |
||||||||||||||||
Mode | Integer |
Specifies what animation and values to put in the action. Default Value: 1
|
||||||||||||||||
Name | String | Name of the new action. | ||||||||||||||||
RemoveAnim | Boolean |
True to remove animation when putting it into the action, False to leave it. Default Value: True |
||||||||||||||||
Consider Time | Boolean |
Whether to use the given start/end time and ripple flag to allow copying/cutting of keys. Default Value: False |
||||||||||||||||
StartFrame | Double | Frame to start copying/cutting from. Only used if "ConsiderTime" is true. | ||||||||||||||||
EndFrame | Double | Frame to end copying/cutting from. Only used if "ConsiderTime" is true. | ||||||||||||||||
Ripple | Boolean |
Whether to ripple when cutting keys. Only used if "ConsiderTime" and "RemoveAnim" are true. Default Value: False |
||||||||||||||||
IncludeAnimLayers | Boolean |
True to include FCurves on base and animation layers, False to only include FCurves on base layer. If "AddClip" is true, the animation layers will all be muted. Default Value: False |