[Bf-blender-cvs] [f991f5ad51f] master: Color Management: add ACEScg to the default configuration

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


Commit: f991f5ad51f7bef6139e06c6e0eec7ea8463bb20
Author: Brecht Van Lommel
Date:   Thu Apr 21 15:14:26 2022 +0200
Branches: master
https://developer.blender.org/rBf991f5ad51f7bef6139e06c6e0eec7ea8463bb20

Color Management: add ACEScg to the default configuration

For more easily reading and writing ACEScg EXR files.

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

M	release/datafiles/colormanagement/config.ocio

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

diff --git a/release/datafiles/colormanagement/config.ocio b/release/datafiles/colormanagement/config.ocio
index 55e52de7002..716bb733c69 100644
--- a/release/datafiles/colormanagement/config.ocio
+++ b/release/datafiles/colormanagement/config.ocio
@@ -93,7 +93,7 @@ colorspaces:
     equalitygroup:
     bitdepth: 32f
     description: |
-      ACES linear space
+      ACES2065-1 linear space
     isdata: false
     allocation: lg2
     allocationvars: [-8.5, 5]
@@ -102,6 +102,21 @@ colorspaces:
         - !<FileTransform> {src: srgb_to_xyz.spimtx, interpolation: linear}
         - !<BuiltinTransform> {style: "UTILITY - ACES-AP0_to_CIE-XYZ-D65_BFD", direction: inverse}
 
+  - !<ColorSpace>
+    name: Linear ACEScg
+    family: linear
+    equalitygroup:
+    bitdepth: 32f
+    description: |
+      ACEScg linear space
+    isdata: false
+    allocation: lg2
+    allocationvars: [-8.5, 5]
+    from_reference: !<GroupTransform>
+      children:
+        - !<FileTransform> {src: srgb_to_xyz.spimtx, interpolation: linear}
+        - !<BuiltinTransform> {style: "UTILITY - ACES-AP1_to_CIE-XYZ-D65_BFD", direction: inverse}
+
   - !<ColorSpace>
     name: nuke_rec709
     family: display



More information about the Bf-blender-cvs mailing list