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 4c11a42 commit 581b44aCopy full SHA for 581b44a
opencolorio_config_aces/config/reference/generate/config.py
@@ -1298,9 +1298,20 @@ def ordering(element: str) -> int:
1298
active_views=[*active_views, "Un-tone-mapped", "Raw"],
1299
file_rules=[
1300
{
1301
- "name": "Default",
+ "name": "EXR",
1302
"colorspace": scene_reference_colorspace["name"],
1303
- }
+ "pattern": "*",
1304
+ "extension": "exr",
1305
+ },
1306
+ {
1307
+ "name": "Movies",
1308
+ "colorspace": "Rec.1886 Rec.709 - Display",
1309
+ "regex": ".*\\.([mM][pP]4|[mM][oO][vV]|[mM][xX][fF])$",
1310
1311
1312
+ "name": "Default",
1313
+ "colorspace": "sRGB - Display",
1314
1315
],
1316
viewing_rules=[
1317
{"name": "Any Scene-linear or Log", "encodings": ["log", "scene-linear"]},
0 commit comments