mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix - added missing targets
Was broking regular webpublishes (no via host apps)
This commit is contained in:
parent
3f97436cc4
commit
4f112d6e01
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ class ValidateWorkfileData(pyblish.api.ContextPlugin):
|
|||
|
||||
label = "Validate Workfile Data"
|
||||
order = pyblish.api.ValidatorOrder
|
||||
targets = ["tvpaint_worker"]
|
||||
|
||||
def process(self, context):
|
||||
# Data collected in `CollectAvalonEntities`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue