added "tvpaint_worker" target to ftrack collect username

This commit is contained in:
iLLiCiTiT 2021-11-22 18:15:31 +01:00
parent 0e7a207870
commit 97a2584fc2

View file

@ -27,7 +27,7 @@ class CollectUsername(pyblish.api.ContextPlugin):
order = pyblish.api.CollectorOrder - 0.488
label = "Collect ftrack username"
hosts = ["webpublisher", "photoshop"]
targets = ["remotepublish", "filespublish"]
targets = ["remotepublish", "filespublish", "tvpaint_worker"]
_context = None