From f4a01576480a25ac807d7ed5b7eb5f9ca183d7ab Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 20 May 2020 16:03:55 +0200 Subject: [PATCH] updated legacy code with latest develop --- pype/plugins/global/publish/extract_review.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pype/plugins/global/publish/extract_review.py b/pype/plugins/global/publish/extract_review.py index 4958a97226..119f8804f7 100644 --- a/pype/plugins/global/publish/extract_review.py +++ b/pype/plugins/global/publish/extract_review.py @@ -1148,6 +1148,12 @@ class ExtractReview(pyblish.api.InstancePlugin): repre_new = repre.copy() ext = profile.get("ext", None) p_tags = profile.get('tags', []) + + # append repre tags into profile tags + for t in tags: + if t not in p_tags: + p_tags.append(t) + self.log.info("p_tags: `{}`".format(p_tags)) # adding control for presets to be sequence