VRay SDK for C++
Loading...
Searching...
No Matches
VRay::ResumableRenderingOptions Struct Reference

Public Attributes

bool compressProgressiveFiles
 Set to false to disable compression. (These files can get quite large)
 
bool deleteResumableFileOnSuccess
 
std::string outputFileName
 
int progressiveAutoSaveSeconds
 

Member Data Documentation

◆ deleteResumableFileOnSuccess

bool VRay::ResumableRenderingOptions::deleteResumableFileOnSuccess

If set, the resumable file will be deleted automatically if the frame is completed successfully. This applies to sidecar .vrimg or .vrprog files, it doesn't apply when a .vrimg file is set as the main output.

◆ outputFileName

std::string VRay::ResumableRenderingOptions::outputFileName

Optional output path. This is needed when SettingsOutput.img_file is not set. (Currently only for progressive rendering. Extension is replaced with .vrprog)

◆ progressiveAutoSaveSeconds

int VRay::ResumableRenderingOptions::progressiveAutoSaveSeconds

Interval for saving intermediate (.vrprog) files. If set to 0 a file will only be saved at the end of the rendering. It can still be resumed at a lower noise threshold or higher time/sample limit.


The documentation for this struct was generated from the following file: