Skip to content

Commit

Permalink
update review family for photoshop
Browse files Browse the repository at this point in the history
  • Loading branch information
CAILLOT Cyprien committed Sep 1, 2023
1 parent 28da658 commit 354b0cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions openpype/hosts/photoshop/plugins/publish/collect_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ def process(self, context):
if (creator_attributes.get("mark_for_review") and
"review" not in instance.data["families"]):
instance.data["families"].append("review")
instance.data["families"].append("image")
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class IntegrateKitsuNote(pyblish.api.ContextPlugin):

order = pyblish.api.IntegratorOrder
label = "Kitsu Note and Status"
families = ["render", "image", "online", "plate", "kitsu", "review"]
families = ["render", "image", "online", "plate", "kitsu"]

# status settings
set_status_note = False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class IntegrateKitsuReview(pyblish.api.InstancePlugin):

order = pyblish.api.IntegratorOrder + 0.01
label = "Kitsu Review"
families = ["render", "image", "online", "plate", "kitsu", "review"]
families = ["render", "image", "online", "plate", "kitsu"]
optional = True

def process(self, instance):
Expand Down

0 comments on commit 354b0cd

Please sign in to comment.