SIUpdateRenderOptionsFromGlobalPref
 
 
 

SIUpdateRenderOptionsFromGlobalPref

Introduced

v5.0

Description

Updates the render options for the specified pass(es) with the options from the 'Output Format' user preference (Preferences > Output Format). If you don't specify which passes to update, all passes will be affected.

Scripting Syntax

SIUpdateRenderOptionsFromGlobalPref( [InputObjs] );

Parameters

Parameter Type Description
InputObjs String List of passes to update.

Examples

Python Example

# Update all the render options
Application.SIUpdateRenderOptionsFromGlobalPref()

See Also

SIUpdateCamerasFromGlobalPref SIUpdateFxTreesFromGlobalPref SIUpdatePlayControlFromGlobalPref