ResetOffset

Introduced

v1.5

Description

Resets the offset effect for the selected parameters.

Scripting Syntax

ResetOffset( [InputObjs], [Time] );

Parameters

Parameter Type Description
InputObjs String List of animatable parameters

Default Value: Current marked and selected objects

Time Double Frame number.

Default Value: Current frame.

Examples

VBScript Example

Set l_SelectionList = GetValue("SelectionList")

ResetOffset l_SelectionList

See Also

SaveOffsetKeys