SIUpdateFxTreesFromGlobalPref
 
 
 

SIUpdateFxTreesFromGlobalPref

Introduced

v5.0

Description

Updates the specified FxTree(s) with the options from the 'Output Format' user preference (Preferences > Output Format). If you don't specify which FxTree to update, all selected FxTrees will be affected. If no FxTrees are selected, all FxTrees under every model will be affected.

Scripting Syntax

SIUpdateFxTreesFromGlobalPref( [InputObjs] );

Parameters

Parameter Type Description
InputObjs String List of fxtrees to update.

Examples

JScript Example

// Update all the FxTrees
SIUpdateFxTreesFromGlobalPref();

See Also

SIUpdateCamerasFromGlobalPref SIUpdateRenderOptionsFromGlobalPref SIUpdatePlayControlFromGlobalPref