mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #2264 from pypeclub/bugfix/OP-2018_Plugin-Validate-Editorial-Asset-Name-is-running-wild--
This commit is contained in:
commit
69edf8a439
1 changed files with 6 additions and 0 deletions
|
|
@ -12,6 +12,12 @@ class ValidateEditorialAssetName(pyblish.api.ContextPlugin):
|
|||
|
||||
order = pyblish.api.ValidatorOrder
|
||||
label = "Validate Editorial Asset Name"
|
||||
hosts = [
|
||||
"hiero",
|
||||
"standalonepublisher",
|
||||
"resolve",
|
||||
"flame"
|
||||
]
|
||||
|
||||
def process(self, context):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue