mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
updated legacy code with latest develop
This commit is contained in:
parent
3d7da50191
commit
f4a0157648
1 changed files with 6 additions and 0 deletions
|
|
@ -1148,6 +1148,12 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
||||||
repre_new = repre.copy()
|
repre_new = repre.copy()
|
||||||
ext = profile.get("ext", None)
|
ext = profile.get("ext", None)
|
||||||
p_tags = profile.get('tags', [])
|
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))
|
self.log.info("p_tags: `{}`".format(p_tags))
|
||||||
|
|
||||||
# adding control for presets to be sequence
|
# adding control for presets to be sequence
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue