add review tag to output of extract sequence if instance is marked for review (#4843)

This commit is contained in:
Jakub Trllo 2023-04-13 18:42:50 +02:00 committed by GitHub
parent ce18ab98b9
commit 9a5f86ea1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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