mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added settings category
This commit is contained in:
parent
22e828bde5
commit
364e439f6c
2 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ class CollectReview(pyblish.api.ContextPlugin):
|
|||
label = "Collect Review"
|
||||
hosts = ["aftereffects"]
|
||||
order = pyblish.api.CollectorOrder + 0.1
|
||||
settings_category = "aftereffects"
|
||||
|
||||
def process(self, context):
|
||||
for instance in context:
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ class ValidateSceneSettings(OptionalPyblishPluginMixin,
|
|||
label = "Validate Scene Settings"
|
||||
families = ["render.farm", "render.local", "render"]
|
||||
hosts = ["aftereffects"]
|
||||
settings_category = "aftereffects"
|
||||
optional = True
|
||||
|
||||
skip_timelines_check = [".*"] # * >> skip for all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue