Copies the specified animation types under the specified object.
Note: Instead of this command, you should use the CopyAllAnimation2
command, which allows you to specify specific parameters to target.
CopyAllAnimation( InputObjs, [UseFCurves], [UseExpressions], [RemoveAnimation], [BaseAnimation], [LayerAnimation] ); |
| Parameter | Type | Description |
|---|---|---|
| InputObjs | Object name or Psets (anything selectable) |
The object (or pset) under which we can find the animations Default Value: Current selection |
| UseFCurves | Boolean |
True to copy the fcurves under the object Default Value: 1 |
| UseExpressions | Boolean |
True to copy the expressions under the object Default Value: 1 |
| RemoveAnimation | Boolean |
True to disconnect the animation after copying (not supported for now) Default Value: 0 |
| BaseAnimation | Boolean |
If True the command will copy animation on the base layer. Default Value: True |
| LayerAnimation | Boolean |
If True the command will copy animation on all layers except the base layer. Default Value: True |