Versions Compared

Key

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

...

Section
Column
width60%

When rendering with V-Ray Standalone, an OCIO configuration can be set with the following VFB OCIO environment variables:

VRAY_VFB_OCIO_INPUT_COLORSPACE – Specifies default OCIO input color space.

VRAY_VFB_OCIO_DISPLAY_DEVICE – Specifies default OCIO display device.

VRAY_VFB_OCIO_VIEW_TRANSFORM – Specifies default OCIO view transform.

VRAY_VFB_OCIO – Automatically switches the OCIO button of the V-Ray VFB on.

For example, set a default OCIO input color space, display device, and view transform:

Code Block
set VRAY_VFB_OCIO = 1
set VRAY_VFB_OCIO_INPUT_COLORSPACE = ACES - ACEScg
set VRAY_VFB_OCIO_DISPLAY_DEVICE = ACES
set VRAY_VFB_OCIO_VIEW_TRANSFORM = sRGB
Note that without setting these variables, it is not possible to render in ACES color space with V-Ray Standalone
UI Text Box
typetip

These environment variables also work for V-Ray VFB in 3ds Max.

See the Getting Started with Environment Variables page for more information.

Column
width5%

 

Column
width35%