mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
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:
commit
ff2bf514f4
1 changed files with 2 additions and 2 deletions
|
|
@ -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"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue