This page explains what Resumable rendering is and how to use it.


Overview


Resumable rendering is the ability to have incomplete renders resume where they left off from the previous session. The rendering might have stopped because of external forces, such as a power failure or having the job bumped on a render farm, or when you stopped the render manually and wanted to start from where you left off later.

For details on the resumable rendering parameters, please see the Render Output page.


How it works


Resumable renders are possible with both Bucket and Progressive image sampling modes.

With Bucket rendering, an additional .vrimg is written to temporarily store the data from the completed buckets. When you resume rendering, V-Ray reads the .vrimg file to determine which buckets still need to be rendered and continues to calculate what is left to complete the image. Another advantage of this feature is that the light cache is saved within the partial image file so it doesn't need to be recalculated when the render resumes.

When rendering in the Progressive image sampling mode, the state of the render is saved to an additional resumable .vrprog file in a similar way to the .vrimg for Bucket rendering. Enabling Autosave Interval in the Resumable Rendering rollout (by setting it higher than 0) is highly recommended for Progressive renders so V-Ray can write out the .vrprog files during rendering in case the process is unintentionally stopped. Setting the Autosave Interval value too low (below a couple of minutes for example) can slow down the render process.

If V-Ray finds a .vrprog file or partially completed .vrimg file for the current frame, the rendering resumes from where it left off. If not, V-Ray starts a new render and a resumable file is saved.



Render after 1 pass

Render after 21 passes

Render after 61 passes

Move the slider to see the renders.



Workflow


Set the File Path from Settings > Render Output > Save Image. Any of the available File Types can be used: .png, .bmp, .tga, .hdr, .sgi, .jpg, .exr, .pic, .tiff, and .vrimg.

Note that the Resumable Rendering feature is available only after you set the output file path.



Before starting to render, enable Resumable Rendering from Settings > Render Output > Resumable Rendering. If using the Progressive sampler, it is highly recommended to enable the Autosave Interval by setting it higher than 0. This saves partial files that can be used and helps prevent losing the render progress if SketchUp crashes and a .vrprog file was not created/updated.



Start rendering your image. The passes calculate for a Progressive render or the buckets begin to drop for a Bucket render. Stop the render at any point in time. V-Ray uses the .vrimg or .vrprog files to resume the render later.

If you stop the render and want to resume it on another computer or location, make sure to copy the .vrimg or .vrprog file with the rest of your project so V-Ray can pick up where the render left off. It is not recommended to change Settings between stopping and resuming renders. The only settings that are acceptable to change in between stopping and resuming a render are Progressive sampling parameters (Min. subdivs, Max. subdivs, Render time, Noise threshold). Changing settings like the output resolution and render elements causes an error and the render does not resume.

To resume an Animation rendering set the Start Frame to the Frame you left it off (set Animation > Time segment to Frame Range and fill in the number of the new Start frame). Look at the name of the .vrprog /.vrimg files in your output files location to double check the correct number of the frame.

Enable the Delete Completed option to automatically delete any resumable files after the frame is completed successfully.



Notes


  • Starting a new render with resumable rendering without using previous progress can be safely done by changing the file path from the ||AssetEditor|| > Settings > Render Output > Save Image > File Path.