mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added targets to collect published files
This commit is contained in:
parent
209db29d55
commit
40bf749f80
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ class CollectPublishedFiles(pyblish.api.ContextPlugin):
|
||||||
order = pyblish.api.CollectorOrder - 0.490
|
order = pyblish.api.CollectorOrder - 0.490
|
||||||
label = "Collect rendered frames"
|
label = "Collect rendered frames"
|
||||||
host = ["webpublisher"]
|
host = ["webpublisher"]
|
||||||
|
targets = ["filespublish"]
|
||||||
|
|
||||||
# from Settings
|
# from Settings
|
||||||
task_type_to_family = {}
|
task_type_to_family = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue