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. For example, set a default OCIO input color space, display device, and view transform: set VRAY_VFB_OCIO_INPUT_COLORSPACE = ACES - ACEScg
set VRAY_VFB_OCIO_DISPLAY_DEVICE = ACES
set VRAY_VFB_OCIO_VIEW_TRANSFORM = sRGB |
|