diff --git a/pype/plugins/tvpaint/publish/extract_sequence.py b/pype/plugins/tvpaint/publish/extract_sequence.py index 1e63aab432..5021862a88 100644 --- a/pype/plugins/tvpaint/publish/extract_sequence.py +++ b/pype/plugins/tvpaint/publish/extract_sequence.py @@ -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)