[Bf-blender-cvs] [122a3169e22] blender-v2.83-release: Fix missing standard OpenColorIO roles, as reported by ociocheck

Brecht Van Lommel noreply at git.blender.org
Tue May 12 21:54:53 CEST 2020


Commit: 122a3169e22059c415dab90cd55c6a4a15490ec2
Author: Brecht Van Lommel
Date:   Tue May 12 10:21:17 2020 +0200
Branches: blender-v2.83-release
https://developer.blender.org/rB122a3169e22059c415dab90cd55c6a4a15490ec2

Fix missing standard OpenColorIO roles, as reported by ociocheck

These are not used by Blender, but can be used by other software using our
configuration.

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

M	release/datafiles/colormanagement/config.ocio

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

diff --git a/release/datafiles/colormanagement/config.ocio b/release/datafiles/colormanagement/config.ocio
index c224c2c3c2d..5ad937e3efb 100644
--- a/release/datafiles/colormanagement/config.ocio
+++ b/release/datafiles/colormanagement/config.ocio
@@ -33,9 +33,8 @@ roles:
   # Default color space sequencer is working in
   default_sequencer: sRGB
 
-  # Color spaces for color picking and texture painting (not internally supported yet)
+  # Distribution of colors in color picker
   color_picking: sRGB
-  texture_paint: Raw
 
   # Non-color data
   data: Non-Color
@@ -43,6 +42,13 @@ roles:
   # CIE XYZ color space
   XYZ: XYZ
 
+  # Specifed by OCIO, not used in Blender
+  color_timing: Filmic Log
+  compositing_log: Filmic Log
+  default: Linear
+  matte_paint: Linear
+  texture_paint: Linear
+
 displays:
   sRGB:
     - !<View> {name: Standard, colorspace: sRGB}



More information about the Bf-blender-cvs mailing list