Skip to content

Commit

Permalink
PR: Deactivate *CIE XYZ-D65 - Scene-referred* colorspace. (AcademySof…
Browse files Browse the repository at this point in the history
…twareFoundation#137)

* Deactivate *CIE XYZ-D65 - Scene-referred* colorspace.

Closes AcademySoftwareFoundation#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]>
  • Loading branch information
KelSolaar authored Sep 25, 2024
1 parent 3a72e4a commit 3980e45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opencolorio_config_aces/config/cg/generate/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,10 @@ def view_filterer(transform):

data.inactive_colorspaces = [
*inactive_colorspaces,
# TODO: Consider handling inactivation of following colorspaces via
# spreadsheet.
"CIE XYZ-D65 - Display-referred",
"CIE XYZ-D65 - Scene-referred",
]

# Roles Filtering & Update
Expand Down

0 comments on commit 3980e45

Please sign in to comment.