mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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"
|
label = "Collect Review"
|
||||||
hosts = ["aftereffects"]
|
hosts = ["aftereffects"]
|
||||||
order = pyblish.api.CollectorOrder + 0.1
|
order = pyblish.api.CollectorOrder + 0.1
|
||||||
|
settings_category = "aftereffects"
|
||||||
|
|
||||||
def process(self, context):
|
def process(self, context):
|
||||||
for instance in context:
|
for instance in context:
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,7 @@ class ValidateSceneSettings(OptionalPyblishPluginMixin,
|
||||||
label = "Validate Scene Settings"
|
label = "Validate Scene Settings"
|
||||||
families = ["render.farm", "render.local", "render"]
|
families = ["render.farm", "render.local", "render"]
|
||||||
hosts = ["aftereffects"]
|
hosts = ["aftereffects"]
|
||||||
|
settings_category = "aftereffects"
|
||||||
optional = True
|
optional = True
|
||||||
|
|
||||||
skip_timelines_check = [".*"] # * >> skip for all
|
skip_timelines_check = [".*"] # * >> skip for all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue