From f807e6effe742f67b8507199c6bbda325c97e7dd Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 21 Apr 2022 17:17:41 +0200 Subject: [PATCH] Cleanup: don't use allocation variables in OpenColorIO config These are only needed for the legacy GPU renderer, which we don't use. --- release/datafiles/colormanagement/config.ocio | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/release/datafiles/colormanagement/config.ocio b/release/datafiles/colormanagement/config.ocio index 716bb733c69..df359d6c86c 100644 --- a/release/datafiles/colormanagement/config.ocio +++ b/release/datafiles/colormanagement/config.ocio @@ -75,8 +75,6 @@ colorspaces: description: | Rec. 709 (Full Range), Blender native linear space isdata: false - allocation: lg2 - allocationvars: [-12.473931188, 12.526068812] - ! name: Raw @@ -84,8 +82,6 @@ colorspaces: equalitygroup: bitdepth: 32f isdata: true - allocation: uniform - allocationvars: [0, 1] - ! name: Linear ACES @@ -95,8 +91,6 @@ colorspaces: description: | ACES2065-1 linear space isdata: false - allocation: lg2 - allocationvars: [-8.5, 5] from_reference: ! children: - ! {src: srgb_to_xyz.spimtx, interpolation: linear} @@ -110,8 +104,6 @@ colorspaces: description: | ACEScg linear space isdata: false - allocation: lg2 - allocationvars: [-8.5, 5] from_reference: ! children: - ! {src: srgb_to_xyz.spimtx, interpolation: linear} @@ -125,8 +117,6 @@ colorspaces: description: | Rec. 709 (Full Range) Display Space isdata: false - allocation: uniform - allocationvars: [-0.125, 1.125] to_reference: ! children: - ! {src: rec709.spi1d, interpolation: linear} @@ -137,8 +127,6 @@ colorspaces: equalitygroup: bitdepth: 32f isdata: false - allocation: lg2 - allocationvars: [-8.5, 5] from_reference: ! children: - ! {src: srgb_to_xyz.spimtx, interpolation: linear} @@ -151,8 +139,6 @@ colorspaces: description: | OpenDCP output LUT with DCI reference white and Gamma 2.6 isdata: false - allocation: uniform - allocationvars: [0, 1] from_reference: ! children: - ! {src: srgb_to_xyz.spimtx, interpolation: linear} @@ -166,7 +152,6 @@ colorspaces: description: | conversion from film log isdata: false - allocation: uniform to_reference: ! children: - ! {src: lg10.spi1d, interpolation: nearest} @@ -179,8 +164,6 @@ colorspaces: description: | Standard RGB Display Space isdata: false - allocation: uniform - allocationvars: [-0.125, 4.875] to_reference: ! {src: srgb.spi1d, interpolation: linear} from_reference: ! {src: srgb_inv.spi1d, interpolation: linear} @@ -192,8 +175,6 @@ colorspaces: equalitygroup: bitdepth: 32f isdata: true - allocation: uniform - allocationvars: [0, 1] - ! name: Filmic Log @@ -203,8 +184,6 @@ colorspaces: description: | Log based filmic shaper with 16.5 stops of latitude, and 25 stops of dynamic range isdata: false - allocation: lg2 - allocationvars: [-12.473931188, 12.526068812] from_reference: ! children: - ! {allocation: lg2, vars: [-12.473931188, 12.526068812]} @@ -220,8 +199,6 @@ colorspaces: description: | Filmic sRGB view transform isdata: false - allocation: lg2 - allocationvars: [-12.473931188, 12.526068812] from_reference: ! children: - ! {src: Linear, dst: Filmic Log} @@ -235,8 +212,6 @@ colorspaces: description: | Filmic false color view transform isdata: false - allocation: lg2 - allocationvars: [-12.473931188, 12.526068812] from_reference: ! children: - ! {src: Linear, dst: Filmic Log}