set tag properly

This commit is contained in:
iLLiCiTiT 2020-11-11 15:13:56 +01:00
parent 88fbf6b10b
commit 1aadb518cf

View file

@ -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)