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] |
The Action to apply. Default Value: Current Selection (first element) |
|
|
Target [in/out] |
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] |
Start of the frame range we copy from the action. |
|
|
CopyEnd [in/out] |
End of the frame range we copy from the action. |
|
|
StartFrame [in/out] |
Frame to start pasting to. |
|
|
EndFrame [in/out] |
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] |
Whether to ripple when pasting keys. Default Value: False |
Return Value
Nothing
Autodesk Softimage v7.5