mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Fixed family for fusion publising
This commit is contained in:
parent
abb032cbd5
commit
afb10abe67
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class SubmitDependentImageSequenceJobDeadline(pyblish.api.InstancePlugin):
|
|||
label = "Submit image sequence jobs to Deadline"
|
||||
order = pyblish.api.IntegratorOrder + 0.1
|
||||
hosts = ["fusion", "maya"]
|
||||
families = ["colorbleed.saver", "colorbleed.renderlayer"]
|
||||
families = ["fusion.deadline", "colorbleed.renderlayer"]
|
||||
|
||||
def process(self, instance):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue