mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
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:
commit
8056494bfe
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue