Sequence

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]

String

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

siParameterScope

Object scope of the operation.

Default Value: siAllAnimatedParameters

Offset [in/out]

Double

Value of the offset you want to apply to the animation.

Default Value: 0

Scale [in/out]

Double

Value of the scaling factor you want to apply to the animation.

Default Value: 1

StartFrame [in/out]

Double

Start frame of the region on which to operate.

Default Value: 1

EndFrame [in/out]

Double

End frame of the region on which to operate.

Default Value: 100

Pivot [in/out]

Double

Pivot frame for the scaling.

Default Value: 1

Mode [in/out]

siSequenceMode

Affected items for SequenceAll only.

Default Value: siFCurvesAnimationSources

AllLayers [in/out]

Boolean

Sequence keys on all layers or current layer only.

Default Value: True

See Also

SISequence

ScaleAndOffset

ActivateFCurve



Autodesk Softimage v7.5