Merge pull request #94 from BigRoy/FUS-35

Fix FUS-35: Retrieve Deadline user with both Maya and Fusion jobs
This commit is contained in:
Roy Nieterau 2018-03-22 14:15:24 +01:00 committed by GitHub
commit ff2bf514f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,8 +36,8 @@ class CollectDeadlineUser(pyblish.api.ContextPlugin):
order = pyblish.api.CollectorOrder + 0.499
label = "Deadline User"
hosts = ['maya']
families = ["colorbleed.renderlayer"]
hosts = ['maya', 'fusion']
families = ["colorbleed.renderlayer", "colorbleed.saver.deadline"]
def process(self, context):
"""Inject the current working file"""