|
Katana Plug-in APIs 0.1
|
A render action which renders to a temporary location and then runs post commands to process image and copy to target render location. More...
#include <PostCommandsRenderAction.h>
Public Member Functions | |
| PostCommandsRenderAction (const std::string &renderTargetLocation, const std::string &tempRenderLocation, const std::vector< std::string > &postCommands) | |
A render action which renders to a temporary location and then runs post commands to process image and copy to target render location.
| Foundry::Katana::Render::PostCommandsRenderAction::PostCommandsRenderAction | ( | const std::string & | renderTargetLocation, |
| const std::string & | tempRenderLocation, | ||
| const std::vector< std::string > & | postCommands | ||
| ) |
| renderTargetLocation | The file location which is read and displayed in the monitor. |
| tempRenderLocation | The file location which is rendered to and then copied to the target location. |
| postCommands | The external commands to run to convert tempRenderLocation to renderTargetLocation. |
1.7.3