Skip to content

Commit

Permalink
add settings category
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed May 30, 2024
1 parent 5a93fb2 commit 895adea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/ayon_harmony/plugins/publish/collect_palettes.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class CollectPalettes(pyblish.api.ContextPlugin):
order = pyblish.api.CollectorOrder + 0.003
hosts = ["harmony"]

settings_category = "harmony"

# list of regexes for task names where collecting should happen
allowed_tasks = []

Expand Down
1 change: 1 addition & 0 deletions client/ayon_harmony/plugins/publish/validate_audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class ValidateAudio(pyblish.api.InstancePlugin):
label = "Validate Audio"
families = ["render"]
hosts = ["harmony"]
settings_category = "harmony"
optional = True

def process(self, instance):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class ValidateSceneSettings(pyblish.api.InstancePlugin):
families = ["workfile"]
hosts = ["harmony"]
actions = [ValidateSceneSettingsRepair]
settings_category = "harmony"
optional = True

# skip frameEnd check if asset contains any of:
Expand Down

0 comments on commit 895adea

Please sign in to comment.