cleanup photoshop plugin attributes

This commit is contained in:
Jakub Trllo 2024-02-09 13:07:42 +01:00
parent 40a5b0e6d9
commit 94b50b2d96
2 changed files with 2 additions and 8 deletions

View file

@ -29,9 +29,8 @@ class CollectColorCodedInstances(pyblish.api.ContextPlugin):
Identifier:
id (str): "pyblish.avalon.instance"
"""
order = pyblish.api.CollectorOrder + 0.100
label = "Instances"
label = "Collect Color-coded Instances"
order = pyblish.api.CollectorOrder
hosts = ["photoshop"]
targets = ["automated"]

View file

@ -6,19 +6,14 @@ Provides:
instance -> family ("review")
"""
import os
import pyblish.api
from ayon_core.pipeline.create import get_subset_name
class CollectReview(pyblish.api.ContextPlugin):
"""Adds review to families for instances marked to be reviewable.
"""
label = "Collect Review"
label = "Review"
label = "Collect Review Family"
hosts = ["photoshop"]
order = pyblish.api.CollectorOrder + 0.1