formZ SDK | 4.0 Call Back Reference | Renderer

fz_rndr_cbak_proj_linked_files

Description

Collect linked files function. This function is called, for example, during a distributed rendering. The renderer needs to tell formZ, which external files it needs to execute a rendering. For example, a renderer may need image maps for materials and background. In this case, this function needs to call the formZ API function for each image map, that is used in a rendering. The distributed rendering process uses this information to copy the linked files to the render clients local machine.

Plugin Prototype

fzrt_error_td fz_rndr_cbak_proj_linked_files(

fzrt_int

windex )

Parameters

windex [Input]

project window index

Returns

Error codes

Availability

5.0.0.0

See Also

fz_rndr_cbak_proj_fix_linked_files

Function Set

fz_rndr_cbak_fset


Defined in

fz_rndr_api.h