mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
add review tag to output of extract sequence if instance is marked for review (#4843)
This commit is contained in:
parent
ce18ab98b9
commit
9a5f86ea1b
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class ExtractSequence(pyblish.api.Extractor):
|
|||
|
||||
# Fill tags and new families from project settings
|
||||
tags = []
|
||||
if family_lowered == "review":
|
||||
if "review" in instance.data["families"]:
|
||||
tags.append("review")
|
||||
|
||||
# Sequence of one frame
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue