Configures the render process for disk renders and defines how render outputs are managed.
More...
#include <DiskRenderOutputProcess.h>
List of all members.
Detailed Description
Configures the render process for disk renders and defines how render outputs are managed.
Member Function Documentation
| void Foundry::Katana::Render::DiskRenderOutputProcess::addPostCommand |
( |
const std::string & |
command | ) |
|
Add a command line which is executed after the render. The post-render commands are always executed after all the stages of a render action but before temporary files are cleaned up.
- Parameters:
-
| command | Post-render command line |
| void Foundry::Katana::Render::DiskRenderOutputProcess::addPreCommand |
( |
const std::string & |
command | ) |
|
Add a command line which is executed before the render.
- Parameters:
-
| command | Pre-render command line |
| void Foundry::Katana::Render::DiskRenderOutputProcess::setRenderAction |
( |
RenderActionPtr |
renderAction | ) |
|
A render action declares where the outputs are rendered to and how they are handled after the render is complete. All stages of the render action are executed before the post-render commands.
- Parameters:
-
| renderAction | The render action used for this render output process. |
The documentation for this class was generated from the following file: