PasteAnimation

Categories

animation

Description

Pastes all the animations under the specified object.

Scripting Syntax

PasteAnimation( InputObjs, [UsePosition] );

Parameters

Parameter Type Description
InputObjs Object name or Psets (anything selectable) The objects (or psets) under which we want to paste the animations
UsePosition Boolean If TRUE, the paste will try to copy the animation sources in the order of the target's animatable parameter.

Default Value: 1

Examples

VBScript Example

' pastes the animation under everything in the marked parameter list
PasteAnimation

See Also

PasteAnimation CopyAllAnimation PasteAllAnimation CopyAllAnimation2