Context plugin shouldn't be tied to family (#5464)

This commit is contained in:
Petr Kalis 2023-08-21 10:32:32 +02:00 committed by GitHub
parent c23506c56b
commit a63fef653d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@ class CollectCurrentFile(pyblish.api.ContextPlugin):
order = pyblish.api.CollectorOrder - 0.4
label = "Maya Current File"
hosts = ['maya']
families = ["workfile"]
def process(self, context):
"""Inject the current working file"""