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

fz_rndr_set_parm

Description

Assigns the parameter of the renderer of the given UUID at the given parameter index. Each renderer has its own set of parameter options. This function was designed to support a script that desires to render multiple images of a scene, each image with different options of the renderer being set.

Plugin Prototype

fzrt_error_td fz_rndr_set_parm(

fzrt_int

windex,

fzrt_UUID_td

uuid,

fzrt_int

parm_indx,

fz_type_td*

data )

Parameters

windex [Input]

project window index

uuid [Input]

the UUID of the renderer for which to retrieve parameter data.

parm_indx [Input]

the index of the parameter to retrieve

data [Input]

parameter data

Returns

Error codes.

Availability

5.0.0.0

Example Files

util_rndr_files_set_parm.fsl
util_rndr_files.fsl

See Also

fz_rndr_get_parm, fz_rndr_wref_parm_enum, fz_rndr_ishd_parm_enum, fz_rndr_quik_parm_enum, fz_rndr_hlin_parm_enum, fz_rndr_surf_parm_enum, fz_rndr_shad_parm_enum, fz_rndr_rzne_parm_enum

Function Set

fz_rndr_mngr_fset


Defined in

fz_rndr_api.h