We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590d75d commit 488ea7bCopy full SHA for 488ea7b
opencolorio_config_aces/config/generation/configuration.py
@@ -90,19 +90,19 @@ def extended_fields(self) -> dict[str, str]:
90
BUILD_CONFIGURATIONS: list[BuildConfiguration] = [
91
BuildConfiguration(
92
aces=Version(2, 0),
93
- colorspaces=Version(3, 0, 0),
+ colorspaces=Version(4, 0, 0),
94
ocio=Version(2, 5),
95
variant="",
96
),
97
98
99
100
101
variant="D60 Views",
102
103
104
105
106
107
variant="All Views",
108
0 commit comments