formZ SDK | 4.0 Call Back Reference | Renderer
Description
Fix linked files function.
This function is called, for example, during a distributed rendering. The renderer needs
to aquire new file locations ( fzrt_floc_ptr) for each linked file, that was reported
with the callback. This is done via the formZ API function
fz_rndr_get_linked_file. Note, that each call to is
guaranteed to be followed by fz_rndr_cbak_proj_fix_linked_files. It is therefore
necessary to make as many called to fz_rndr_get_linked_file and in the same order
as calls to in .
The two linked files callback are designed to help formZ copy auxillary files, such
as texture maps to a new directory, when a project is copied. This occurs, for example,
during network rendering when all files necessary for a rendering need to be copied
to the client machine. It also occurs when saving with the "Save A Copy As" command
and using the "Save Image Files" option.
Plugin Prototype
fzrt_error_td fz_rndr_cbak_proj_fix_linked_files(
fzrt_int | windex ) |
Parameters
windex [Input]
project window index
Returns
Error codes
Availability
7.0.0.0
See Also
Function Set
Defined in