Katana Plug-in APIs 0.1
Public Member Functions

Foundry::Katana::Render::DiskRenderOutputProcess Class Reference

Configures the render process for disk renders and defines how render outputs are managed. More...

#include <DiskRenderOutputProcess.h>

List of all members.

Public Member Functions

void setRenderAction (RenderActionPtr renderAction)
void addPreCommand (const std::string &command)
void addPostCommand (const std::string &command)

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:
commandPost-render command line
void Foundry::Katana::Render::DiskRenderOutputProcess::addPreCommand ( const std::string &  command)

Add a command line which is executed before the render.

Parameters:
commandPre-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:
renderActionThe render action used for this render output process.

The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations Enumerator