formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Render Manager

fz_rndr_set_current_no_ui

Description

Selects (makes active) the renderer of the given withou updating the ui to show that it is the active renderer. This should only be used when creating a rendering which a speciifc mode and should be wrapped with a call to fz_rndr_get_current to get the current render and a restore of the current with again.

Plugin Prototype

fzrt_error_td fz_rndr_set_current_no_ui(

fzrt_int

windex,

fzrt_UUID_td

uuid )

Parameters

windex [Input]

project window index

uuid [Input]

the UUID of the renderer to make current

Returns

Error codes.

Availability

5.0.0.0

Example Files

util_rndr_files.fsl
util_rndr_files_set_parm.fsl

See Also

fz_rndr_get_current

Function Set

fz_rndr_mngr_fset


Defined in

fz_rndr_api.h