Description
Offsets or scales the animation of the specified objects. This command is the User-Interface version of the Sequence functionality. It displays a modal dialog offering the user the possibility of changing the arguments. For batch scripting use the SISequence command, which is identical but shows no Property Page.
Scripting Syntax
Sequence( [InputObjs], [Type], [Offset], [Scale], [StartFrame], [EndFrame], [Pivot], Mode, [AllLayers] )
Parameters
|
Parameter |
Type |
Description |
|
InputObjs [in/out] |
List of animatable parameters (for example "cone*/kine.local.pos"). Default Value: Currently selected and marked parameters or List of Selected Objects or an empty list if you want to ScaleAndOffset everything in the scene. In this case, must pass the Type (see below) siAllAnimParams. |
|
|
Type |
Object scope of the operation. Default Value: siAllAnimatedParameters |
|
|
Offset [in/out] |
Value of the offset you want to apply to the animation. Default Value: 0 |
|
|
Scale [in/out] |
Value of the scaling factor you want to apply to the animation. Default Value: 1 |
|
|
StartFrame [in/out] |
Start frame of the region on which to operate. Default Value: 1 |
|
|
EndFrame [in/out] |
End frame of the region on which to operate. Default Value: 100 |
|
|
Pivot [in/out] |
Pivot frame for the scaling. Default Value: 1 |
|
|
Mode [in/out] |
Affected items for SequenceAll only. Default Value: siFCurvesAnimationSources |
|
|
AllLayers [in/out] |
Sequence keys on all layers or current layer only. Default Value: True |
See Also
Autodesk Softimage v7.5