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.
This commit is contained in:
Brecht Van Lommel 2020-05-12 10:21:17 +02:00
parent ac1a6565df
commit 122a3169e2
1 changed files with 8 additions and 2 deletions

View File

@ -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}