Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2022-04-21 18:17:41 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-04-21 18:34:46 +0300
commitf807e6effe742f67b8507199c6bbda325c97e7dd (patch)
treeadbcbeb30c7962400e9ff1dadedac22e9e93e1df /release
parentf991f5ad51f7bef6139e06c6e0eec7ea8463bb20 (diff)
Cleanup: don't use allocation variables in OpenColorIO config
These are only needed for the legacy GPU renderer, which we don't use.
Diffstat (limited to 'release')
-rw-r--r--release/datafiles/colormanagement/config.ocio25
1 files changed, 0 insertions, 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]
- !<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}