Merge branch 'enhancement/OP-1017_houdini-colorspaces' of https://github.com/ynput/ayon-core into enhancement/OP-1017_houdini-colorspaces

This commit is contained in:
MustafaJafar 2024-04-16 11:56:38 +02:00
commit 8056494bfe

View file

@ -46,7 +46,7 @@ class ExtractComposite(publish.Extractor,
"frameEnd": instance.data["frameEndHandle"],
}
if ext == "exr":
if ext.lower() == "exr":
# Inject colorspace with 'scene_linear' as that's the
# default Houdini working colorspace and all extracted
# OpenEXR images should be in that colorspace.