From a3184ac3412efc3e8b67b8e91cb84facc3ea40ca Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 20 Nov 2020 19:13:04 +0100 Subject: [PATCH] change tag ftrackreview to review --- pype/plugins/tvpaint/publish/extract_sequence.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pype/plugins/tvpaint/publish/extract_sequence.py b/pype/plugins/tvpaint/publish/extract_sequence.py index d173ac287d..c1c1d13872 100644 --- a/pype/plugins/tvpaint/publish/extract_sequence.py +++ b/pype/plugins/tvpaint/publish/extract_sequence.py @@ -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)