< Previous | Contents | Next >
The Process function is called whenever the Fuse Plugin tool needs to do some work by processing the image. This can occur during the final render, or during an interactive render. The Request object passed to the Process function as its only argument contains information about the current render settings, including current time, proxy and motion blur settings.
The process function does not return a value. All Fuse tools require a Process event function.