From ed47d89d7fcd9461fe67377505c4a65892f9ffe5 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 25 Sep 2012 12:43:50 +0000 Subject: Color management: change reference space from Linear ACES to Linear. This will have no effect on the end result, because it is only an intermediate space and scene_linear was already set to Linear. It does avoid some unnecessary matrix transforms which should be a bit faster, and it makes it more clear what's happening. --- release/datafiles/colormanagement/config.ocio | 29 +++++++++++++++------------ 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'release/datafiles') diff --git a/release/datafiles/colormanagement/config.ocio b/release/datafiles/colormanagement/config.ocio index 5c8b1913893..ab3377e3b59 100644 --- a/release/datafiles/colormanagement/config.ocio +++ b/release/datafiles/colormanagement/config.ocio @@ -11,7 +11,7 @@ luma: [0.2126, 0.7152, 0.0722] description: RRT version ut33 roles: - reference: Linear ACES + reference: Linear # Internal scene linear space scene_linear: Linear @@ -58,10 +58,12 @@ active_views: [Default, RRT, Raw, Log] colorspaces: - ! - name: Linear ACES + name: Linear family: aces equalitygroup: bitdepth: 32f + description: | + Rec. 709 (Full Range), Blender native linear space isdata: false allocation: lg2 allocationvars: [-8.5, 5] @@ -93,18 +95,19 @@ colorspaces: - ! {src: adx_cid_to_rle.spi1d, interpolation: linear} - ! {base: 10, direction: inverse} - ! {src: adx_exp_to_aces.spimtx} + - ! {src: aces_to_rec709.spimtx, interpolation: nearest} - ! - name: Linear + name: Linear ACES family: equalitygroup: bitdepth: 32f description: | - Rec. 709 (Full Range), Blender native linear space + ACES linear space isdata: false allocation: uniform - allocationvars: [-0.125, 1.125] - to_reference: ! {src: rec709_to_aces.spimtx, interpolation: nearest} + allocationvars: [-8.5, 5] + to_reference: ! {src: aces_to_rec709.spimtx, interpolation: nearest} - ! name: rrt_srgb @@ -116,6 +119,7 @@ colorspaces: allocationvars: [0, 1] from_reference: ! children: + - ! {src: rec709_to_aces.spimtx, interpolation: nearest} - ! {allocation: lg2, vars: [-8.5, 5]} - ! {src: rrt_ut33_sRGB.spi3d, interpolation: tetrahedral} @@ -132,7 +136,6 @@ colorspaces: to_reference: ! children: - ! {src: rec709.spi1d, interpolation: linear} - - ! {src: rec709_to_aces.spimtx, interpolation: nearest} - ! name: rrt_rec709 @@ -144,6 +147,7 @@ colorspaces: allocationvars: [0, 1] from_reference: ! children: + - ! {src: rec709_to_aces.spimtx, interpolation: nearest} - ! {allocation: lg2, vars: [-8.5, 5]} - ! {src: rrt_ut33_rec709.spi3d, interpolation: tetrahedral} @@ -157,6 +161,7 @@ colorspaces: allocationvars: [0, 1] from_reference: ! children: + - ! {src: rec709_to_aces.spimtx, interpolation: nearest} - ! {allocation: lg2, vars: [-8.5, 5]} - ! {src: rrt_ut33_p3dci.spi3d, interpolation: tetrahedral} @@ -170,6 +175,7 @@ colorspaces: allocationvars: [0, 1] from_reference: ! children: + - ! {src: rec709_to_aces.spimtx, interpolation: nearest} - ! {src: aces_to_xyz.spimtx, interpolation: linear} - ! @@ -182,6 +188,7 @@ colorspaces: allocationvars: [0, 1] from_reference: ! children: + - ! {src: rec709_to_aces.spimtx, interpolation: nearest} - ! {allocation: lg2, vars: [-8.5, 5]} - ! {src: rrt_ut33_dcdm.spi3d, interpolation: tetrahedral} @@ -197,7 +204,6 @@ colorspaces: allocationvars: [0, 1] from_reference: ! children: - - ! {src: rec709_to_aces.spimtx, interpolation: linear, direction: inverse} - ! {src: srgb_to_xyz.spimtx, interpolation: linear} - ! {src: dci_xyz.spi1d, interpolation: linear} @@ -213,7 +219,6 @@ colorspaces: to_reference: ! children: - ! {src: lg10.spi1d, interpolation: nearest} - - ! {src: rec709_to_aces.spimtx, interpolation: nearest} - ! name: srgb8 @@ -226,7 +231,7 @@ colorspaces: allocation: uniform from_reference: ! children: - - ! {src: Linear ACES, dst: lg10} + - ! {src: Linear, dst: lg10} - ! {src: spi_ocio_srgb_test.spi3d, interpolation: linear} - ! @@ -242,7 +247,6 @@ colorspaces: to_reference: ! children: - ! {src: srgb.spi1d, interpolation: linear} - - ! {src: rec709_to_aces.spimtx, interpolation: nearest} - ! name: VD16 @@ -256,7 +260,6 @@ colorspaces: to_reference: ! children: - ! {src: vd16.spi1d, interpolation: nearest} - - ! {src: rec709_to_aces.spimtx, interpolation: linear} - ! name: Non-Color @@ -280,5 +283,5 @@ colorspaces: allocation: uniform from_reference: ! children: - - ! {src: Linear ACES, dst: lg10} + - ! {src: Linear, dst: lg10} - ! {src: colorworks_filmlg_to_p3.3dl, interpolation: linear} -- cgit v1.2.3