mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
set tag properly
This commit is contained in:
parent
88fbf6b10b
commit
1aadb518cf
1 changed files with 4 additions and 1 deletions
|
|
@ -124,7 +124,10 @@ class ExtractSequence(pyblish.api.Extractor):
|
|||
|
||||
# Fill tags
|
||||
# TODO where to find out which tags should be added?
|
||||
tags = ["review"]
|
||||
if family_lowered in ("review", "renderlayer"):
|
||||
tags = ["review", "ftrack"]
|
||||
else:
|
||||
tags = []
|
||||
|
||||
repre_files = [
|
||||
os.path.basename(filepath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue