mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-4643 - fix colorspace from DCC
representation["colorspaceData"]["colorspace"] is only input colorspace
This commit is contained in:
parent
f30b3c5230
commit
7ecf6fde48
1 changed files with 1 additions and 2 deletions
|
|
@ -118,8 +118,7 @@ class ExtractOIIOTranscode(publish.Extractor):
|
|||
output_name,
|
||||
output_extension)
|
||||
|
||||
target_colorspace = (output_def["colorspace"] or
|
||||
colorspace_data.get("colorspace"))
|
||||
target_colorspace = output_def["colorspace"]
|
||||
view = output_def["view"] or colorspace_data.get("view")
|
||||
display = (output_def["display"] or
|
||||
colorspace_data.get("display"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue