|
Katana Plug-in APIs 0.1
|
A render action which renders to a temporary location. More...
#include <TemporaryRenderAction.h>
A render action which renders to a temporary location.
This action renders a file to a temporary location which is deleted when the render is complete unless the KATANA_KEEP_TEMP_RENDER_FILES environment variable is set. By default nothing is loaded into the monitor when using this action.
This action is useful when e.g. a post process is required where a temporary file is written to disk and then processed using a custom command.
A render action needs to declare an output for each port on the render node in order to allow a render process to start. Therefore, a render pass that is not expected to produce a render output still needs to use this temporary render action regardless of whether the temporary render location is used anywhere.
1.7.3