mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update openpype/hosts/traypublisher/plugins/publish/collect_mov_batch.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
ddf07d7908
commit
508b3e7d8e
1 changed files with 2 additions and 3 deletions
|
|
@ -32,12 +32,11 @@ class CollectMovBatch(
|
||||||
"name": ext[1:],
|
"name": ext[1:],
|
||||||
"ext": ext[1:],
|
"ext": ext[1:],
|
||||||
"files": file_name,
|
"files": file_name,
|
||||||
"stagingDir": os.path.dirname(file_url)
|
"stagingDir": os.path.dirname(file_url),
|
||||||
|
"tags": []
|
||||||
}
|
}
|
||||||
|
|
||||||
if creator_attributes["add_review_family"]:
|
if creator_attributes["add_review_family"]:
|
||||||
if not repre.get("tags"):
|
|
||||||
repre["tags"] = []
|
|
||||||
repre["tags"].append("review")
|
repre["tags"].append("review")
|
||||||
instance.data["families"].append("review")
|
instance.data["families"].append("review")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue