From b3c693fc5a299ed5602490eb0d857c80f61e0b02 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 29 Oct 2019 10:47:02 +0100 Subject: [PATCH] removed delete tag from plates when collecting --- pype/plugins/standalonepublisher/publish/collect_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/plugins/standalonepublisher/publish/collect_context.py b/pype/plugins/standalonepublisher/publish/collect_context.py index 0a41962748..43e2350be4 100644 --- a/pype/plugins/standalonepublisher/publish/collect_context.py +++ b/pype/plugins/standalonepublisher/publish/collect_context.py @@ -109,7 +109,7 @@ class CollectContextDataSAPublish(pyblish.api.ContextPlugin): if component["preview"]: instance.data["families"].append("review") instance.data["repreProfiles"] = ["h264"] - component["tags"] = ["review", "delete"] + component["tags"] = ["review"] self.log.debug("Adding review family") instance.data["representations"].append(component)