mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #5053 from tokejepsen/bugfix/extract_color_transcode
This commit is contained in:
commit
a371c8a147
1 changed files with 5 additions and 0 deletions
|
|
@ -184,6 +184,11 @@ class ExtractOIIOTranscode(publish.Extractor):
|
|||
if tag == "review":
|
||||
added_review = True
|
||||
|
||||
# If there is only 1 file outputted then convert list to
|
||||
# string, cause that'll indicate that its not a sequence.
|
||||
if len(new_repre["files"]) == 1:
|
||||
new_repre["files"] = new_repre["files"][0]
|
||||
|
||||
new_representations.append(new_repre)
|
||||
added_representations = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue