mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
DL fix missed plugin name
This commit is contained in:
parent
f82e87787a
commit
5887efeefc
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ class DeadlineModule(PypeModule, IPluginPaths):
|
|||
self.deadline_url = deadline_settings["DEADLINE_REST_URL"]
|
||||
|
||||
def get_global_environments(self):
|
||||
"""Deadline global environments for pype implementation."""
|
||||
"""Deadline global environments for open implementation."""
|
||||
return {
|
||||
"DEADLINE_REST_URL": self.deadline_url
|
||||
}
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
label = "Submit image sequence jobs to Deadline or Muster"
|
||||
order = pyblish.api.IntegratorOrder + 0.2
|
||||
icon = "tractor"
|
||||
deadline_plugin = "Pype"
|
||||
deadline_plugin = "OpenPype"
|
||||
|
||||
hosts = ["fusion", "maya", "nuke", "celaction", "aftereffects", "harmony"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue