PasteAction

Introduced

3.0

Description

Similar to ApplyAction, but through a dialogue. Allows you to paste a subset of the fcurves found in an action onto a different frame range.

Scripting Syntax

PasteAction( Source, [Target], [CopyStart], [CopyEnd], [StartFrame], [EndFrame], [Ripple] )

Parameters

Parameter

Type

Description

Source [in/out]

String

The Action to apply.

Default Value: Current Selection (first element)

Target [in/out]

String

The target model to apply the Action to (if different than the model the source is associated with).

Default Value: Current Selection (second element)

CopyStart [in/out]

Double

Start of the frame range we copy from the action.

CopyEnd [in/out]

Double

End of the frame range we copy from the action.

StartFrame [in/out]

Double

Frame to start pasting to.

EndFrame [in/out]

Double

Frame to end pasting to. Keys within the Action's in/out time will be stretched to fit within the specified start/end region.

Ripple [in/out]

Boolean

Whether to ripple when pasting keys.

Default Value: False

Return Value

Nothing



Autodesk Softimage v7.5