mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-4643 - fix no tags in repre
This commit is contained in:
parent
97a2014c12
commit
3d2f431936
1 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,8 @@ class ExtractOIIOTranscode(publish.Extractor):
|
|||
|
||||
# Add additional tags from output definition to representation
|
||||
for tag in output_def["tags"]:
|
||||
if not new_repre.get("tags"):
|
||||
new_repre["tags"] = []
|
||||
if tag not in new_repre["tags"]:
|
||||
new_repre["tags"].append(tag)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue