[Bf-blender-cvs] [f807e6effe7] master: Cleanup: don't use allocation variables in OpenColorIO config

Brecht Van Lommel noreply at git.blender.org
Thu Apr 21 17:35:54 CEST 2022


Commit: f807e6effe742f67b8507199c6bbda325c97e7dd
Author: Brecht Van Lommel
Date:   Thu Apr 21 17:17:41 2022 +0200
Branches: master
https://developer.blender.org/rBf807e6effe742f67b8507199c6bbda325c97e7dd

Cleanup: don't use allocation variables in OpenColorIO config

These are only needed for the legacy GPU renderer, which we don't use.

===================================================================

M	release/datafiles/colormanagement/config.ocio

===================================================================

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]
 
   - !<ColorSpace>
     name: Raw
@@ -84,8 +82,6 @@ colorspaces:
     equalitygroup:
     bitdepth: 32f
     isdata: true
-    allocation: uniform
-    allocationvars: [0, 1]
 
   - !<ColorSpace>
     name: Linear ACES
@@ -95,8 +91,6 @@ colorspaces:
     description: |
       ACES2065-1 linear space
     isdata: false
-    allocation: lg2
-    allocationvars: [-8.5, 5]
     from_reference: !<GroupTransform>
       children:
         - !<FileTransform> {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: !<GroupTransform>
       children:
         - !<FileTransform> {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: !<GroupTransform>
       children:
         - !<FileTransform> {src: rec709.spi1d, interpolation: linear}
@@ -137,8 +127,6 @@ colorspaces:
     equalitygroup:
     bitdepth: 32f
     isdata: false
-    allocation: lg2
-    allocationvars: [-8.5, 5]
     from_reference: !<GroupTransform>
       children:
         - !<FileTransform> {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: !<GroupTransform>
       children:
         - !<FileTransform> {src: srgb_to_xyz.spimtx, interpolation: linear}
@@ -166,7 +152,6 @@ colorspaces:
     description: |
       conversion from film log
     isdata: false
-    allocation: uniform
     to_reference: !<GroupTransform>
       children:
         - !<FileTransform> {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: !<FileTransform> {src: srgb.spi1d, interpolation: linear}
     from_reference: !<FileTransform> {src: srgb_inv.spi1d, interpolation: linear}
 
@@ -192,8 +175,6 @@ colorspaces:
     equalitygroup:
     bitdepth: 32f
     isdata: true
-    allocation: uniform
-    allocationvars: [0, 1]
 
   - !<ColorSpace>
     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: !<GroupTransform>
         children:
             - !<AllocationTransform> {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: !<GroupTransform>
         children:
             - !<ColorSpaceTransform> {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: !<GroupTransform>
         children:
             - !<ColorSpaceTransform> {src: Linear, dst: Filmic Log}



More information about the Bf-blender-cvs mailing list