Skip to content

Commit 3980e45

Browse files
authored
PR: Deactivate *CIE XYZ-D65 - Scene-referred* colorspace. (#137)
* Deactivate *CIE XYZ-D65 - Scene-referred* colorspace. Closes #136. Signed-off-by: Thomas Mansencal <[email protected]> * Swap deactivated colorspaces order. Signed-off-by: Thomas Mansencal <[email protected]> --------- Signed-off-by: Thomas Mansencal <[email protected]>
1 parent 3a72e4a commit 3980e45

File tree

1 file changed

+3
-0
lines changed
  • opencolorio_config_aces/config/cg/generate

1 file changed

+3
-0
lines changed

opencolorio_config_aces/config/cg/generate/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,10 @@ def view_filterer(transform):
11631163

11641164
data.inactive_colorspaces = [
11651165
*inactive_colorspaces,
1166+
# TODO: Consider handling inactivation of following colorspaces via
1167+
# spreadsheet.
11661168
"CIE XYZ-D65 - Display-referred",
1169+
"CIE XYZ-D65 - Scene-referred",
11671170
]
11681171

11691172
# Roles Filtering & Update

0 commit comments

Comments
 (0)