no need to specify hosts in plugin where only shot product type is

defined. This is only used inside of any editorial or csv ingest
This commit is contained in:
jakubjezek001 2025-11-14 16:50:05 +01:00
parent 67bf46d9c2
commit 85c5fac7b9
No known key found for this signature in database
GPG key ID: 06DBD609ADF27FD9

View file

@ -13,7 +13,6 @@ class CollectHierarchy(pyblish.api.ContextPlugin):
label = "Collect Hierarchy"
order = pyblish.api.CollectorOrder - 0.076
hosts = ["resolve", "hiero", "flame", "traypublisher"]
def process(self, context):
project_name = context.data["projectName"]