added targets to collect published files

This commit is contained in:
iLLiCiTiT 2021-11-09 15:53:05 +01:00
parent 209db29d55
commit 40bf749f80

View file

@ -29,6 +29,7 @@ class CollectPublishedFiles(pyblish.api.ContextPlugin):
order = pyblish.api.CollectorOrder - 0.490
label = "Collect rendered frames"
host = ["webpublisher"]
targets = ["filespublish"]
# from Settings
task_type_to_family = {}