mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
Updated doctstrings
This commit is contained in:
parent
36cb9358e7
commit
dc2477cbeb
1 changed files with 6 additions and 0 deletions
|
|
@ -183,6 +183,9 @@ class VraySubmitDeadline(pyblish.api.InstancePlugin):
|
|||
def build_command(self, instance):
|
||||
"""Create command for Render.exe to export vray scene
|
||||
|
||||
Args:
|
||||
instance
|
||||
|
||||
Returns:
|
||||
str
|
||||
|
||||
|
|
@ -203,6 +206,9 @@ class VraySubmitDeadline(pyblish.api.InstancePlugin):
|
|||
def build_jobinfo_environment(self, env):
|
||||
"""Format environment keys and values to match Deadline rquirements
|
||||
|
||||
Args:
|
||||
env(dict): environment dictionary
|
||||
|
||||
Returns:
|
||||
dict
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue