From da6b534274d88de590ab978c596a5d8b10a70a69 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 17 Feb 2022 19:37:55 +0100 Subject: Fix T95368: wrong white point adaptation for Linear ACES color space This affected loading of EXR files with set to Linear ACES colorspace, as well as the sky texture for in some custom OpenColorIO configurations. Use the builtin OpenColorIO transform from ACES AP0 to XYZ D65 to fix this. --- release/datafiles/colormanagement/config.ocio | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'release/datafiles') diff --git a/release/datafiles/colormanagement/config.ocio b/release/datafiles/colormanagement/config.ocio index bd342a0577e..bdb04cbf9ce 100644 --- a/release/datafiles/colormanagement/config.ocio +++ b/release/datafiles/colormanagement/config.ocio @@ -9,7 +9,7 @@ # # See ocio-license.txt for details. -ocio_profile_version: 1 +ocio_profile_version: 2 search_path: "luts:filmic" strictparsing: true @@ -100,8 +100,7 @@ colorspaces: from_reference: ! children: - ! {src: srgb_to_xyz.spimtx, interpolation: linear} - - ! {src: xyz_D65_to_E.spimtx, interpolation: linear} - - ! {src: xyz_to_aces.spimtx, interpolation: linear} + - ! {style: "UTILITY - ACES-AP0_to_CIE-XYZ-D65_BFD", direction: inverse} - ! name: nuke_rec709 -- cgit v1.2.3