From df8ca751bd7d0bb35772bb464442074b909c7868 Mon Sep 17 00:00:00 2001 From: Lukas Stockner Date: Mon, 2 May 2016 00:29:14 +0200 Subject: [PATCH 2/4] Color Management: Add the two newly required roles --- release/datafiles/colormanagement/config.ocio | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/release/datafiles/colormanagement/config.ocio b/release/datafiles/colormanagement/config.ocio index c2bfd3b..178c31f 100644 --- a/release/datafiles/colormanagement/config.ocio +++ b/release/datafiles/colormanagement/config.ocio @@ -31,6 +31,10 @@ roles: color_picking: Raw texture_paint: Raw + # Utility color spaces for rendering + raw: Raw + xyz: CIE XYZ + displays: sRGB: - ! {name: Default, colorspace: sRGB} @@ -181,6 +185,16 @@ colorspaces: - ! {src: aces_to_xyz.spimtx, interpolation: linear} - ! + name: CIE XYZ + family: + equalitygroup: + bitdepth: 32f + isdata: false + allocation: lg2 + allocationvars: [-8.5, 5] + from_reference: ! {src: srgb_to_xyz.spimtx, interpolation: linear} + + - ! name: rrt_xyz family: rrt equalitygroup: -- 1.9.1