mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
change tag ftrackreview to review
This commit is contained in:
parent
88407488cd
commit
a3184ac341
1 changed files with 1 additions and 2 deletions
|
|
@ -137,8 +137,7 @@ class ExtractSequence(pyblish.api.Extractor):
|
|||
# Fill tags and new families
|
||||
tags = []
|
||||
if family_lowered in ("review", "renderlayer"):
|
||||
# Add `ftrackreview` tag
|
||||
tags.append("ftrackreview")
|
||||
tags.append("review")
|
||||
|
||||
repre_files = [
|
||||
os.path.basename(filepath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue