Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Overview

...

Section
Column
width62%

 

This tab of the Render Settings holds common options for outputting files, like renders or textures. It also allows for MEL and Python scripts to be executed during the rendering process. For information about using Python with this feature, see the the Python Access to the Translated V-Ray Scene page.

The Common tab also provides access the following windows:

 

Fancy Bullets
typecircle
  • Image Format Options - Additional settings for the selected output image format. Includes settings like quality and compression.
  • Ptex Baking Options - Additional settings for when the texture Baking engine is set to Ptex Baking.


UI Path: ||Render Settings window|| > Common tab

Column
width5%

 

Column
width33%

...

Image File Output

...

Section
Column
width62%

File Name Prefix – Specifies the file name of the rendered image and allows adding any prefixes or suffixes to it, including some special keywords. You can add predefined keywords by right-clicking in this field and choosing from the available options. For more information, see the File Name Prefix example below.

Note: New scenes saved with V-Ray will rely on users to specify the render layer keyword <Layer> when saving with an absolute path. If it is not explicitly specified, V-Ray will warn users that files may be overwritten as a result. Older V-Ray scenes rendering with an absolute path will warn users that they use a deprecated method of handling render layers where new folders are implicitly created for each render layer. To remove this warning, run the command vrayUpgradeToExplicitLayerToken(). This will update the file to the current method of handling render layers and automatically add the _<Layer> keyword to the file name.

Version label – Entered text will be used to replace the <Version> keyword in the File Name Prefix field.

Image Format – Specifies the file format in which the image(s) will be saved.

UI Text Box
typetip

 Check out how to export exr (multichannel) and exr (deep) files at the same time, explained in the Exporting EXR and Deep EXR in One Render tutorial.

Don't save image (ignored in batch mode) – When enabled, the final image will not be saved automatically.

Output alpha channel to a separate file – When enabled, the alpha channel of the rendered image will be saved to a separate file.  

Don't save Alpha channel – When enabled, the Alpha channels will not be saved (ignored with multichannel exr and vrimg).

Don't save RGB channel – When enabled, the RGB channels will not be saved (ignored with multichannel exr and vrimg).

Resumable rendering – If there is a resumable file existing for the current frame, the rendering will be resumed from it. Otherwise a new render will be started and resumable files will be saved. If the rendering is already complete, the frame will be skipped and the next one (if any) will be started.

Note: Resumable information is stored in additional .vrimg or .vrprog files if the output file location has not changed. Resuming a render with bucket sampling will use and create additional .vrimg files. Resuming a render with progressive sampling will use and create separate .vrprog (progressive resumable) files. For instance, if resumable rendering is enabled when rendering to a PNG file format using the progressive sampler, resumable information will be saved as a .vrprog file along with the output PNG.

Autosave interval (min) – Specifies an interval in minutes for saving resumable files during rendering. This parameter applies only to  Progressive sampling. A value of 0 disables autosaving during rendering and resumable files will be saved only at the end of the rendering.

 

For more information, see Image Format Options.

Column
width5%

 

Column
width33%

 

...