ReloadAction
 
 
 

ReloadAction

Introduced

v4.0

Description

Reloads one or many offloaded action sources (see OffloadAction and PartialOffloadAction. The data is loaded back from the file corresponding to the external storage filename property on the ActionSource.

This command reconnects all animation clips that use the offloaded sources. Only animation sources with external storage can be reloaded.

Scripting Syntax

ReloadAction( [InputObjs] );

Parameters

Parameter Type Description
InputObjs String List of action sources to process.

Default Value: Current selection

Examples

JScript Example

/*
        See the example for the OffloadAction command.
*/

See Also

OffloadAction PartialOffloadAction ActionSource.Reload