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

fz_rndr_set_linked_file

Description

Allows a plugin renderer to tell formZ that it uses a particular file for a rendering. This is necessary, so that a distributed rendering can copy all files needed by a renderer to the render clients local machines. This function can only be called from the callback function.

Plugin Prototype

fzrt_error_td fz_rndr_set_linked_file(

char *

ref_name,

fzrt_floc_ptr

floc )

Parameters

ref_name [Input]

A title string for the linked file. It usually contains where it is used or what kind of file it is. For example: "Surface Style 1 : Color Map" or "Background Map".

floc [Input]

The file locator of the linked file

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_rndr_mngr_fset


Defined in

fz_rndr_api.h