Description
Removes animation from all parameters of objects.
Scripting Syntax
RemoveAllAnimation( [InputObjs], [Time], [BranchFlag], [SourceMask], [ParameterMask], [StaticFCurves], [BaseAnimation], [LayerAnimation] )
Parameters
|
Parameter |
Type |
Description |
|
InputObjs |
List of objects. Default Value: Currently selected objects |
|
|
Time |
The animated values at this frame are assigned to the parameters when the animation is removed. Default Value: Current frame |
|
|
BranchFlag |
Remove animation from the branch or just the node. Default Value: siUnspecified |
|
|
SourceMask |
Types of animation to remove. Default Value: siAnySource |
|
|
ParameterMask |
Preset list of parameters. Default Value: siAllParam |
|
|
StaticFCurves |
If true remove static (constant) fcurves only. Default Value: False |
|
|
BaseAnimation |
If True the command will remove animation on the base layer. Default Value: True |
|
|
LayerAnimation |
If True the command will remove animation on all layers except the base layer. Default Value: True |
Examples
VBScript Example
GetPrim "Null"
Translate , -5.936, 2.999, -0.300, , 4
SetMarking "kine.local.pos"
SaveKey
Duplicate
Translate , 11.557, -0.000, 0.000, , 4
SaveKey
ParentObj "Null", "Null1"
RemoveAllAnimation "Null", siBranch, siAnySourceSee Also
Autodesk Softimage v7.5