mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge branch 'develop' into enhancement/OP-6317_Nuke-publish-existing-frames-on-farm
This commit is contained in:
commit
d1cf08532a
65 changed files with 543 additions and 380 deletions
|
|
@ -106,7 +106,7 @@ class HoudiniSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline):
|
|||
job_info.EnvironmentKeyValue[key] = value
|
||||
|
||||
# to recognize render jobs
|
||||
job_info.add_render_job_env_var(job_info)
|
||||
job_info.add_render_job_env_var()
|
||||
|
||||
for i, filepath in enumerate(instance.data["files"]):
|
||||
dirname = os.path.dirname(filepath)
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ class MaxSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline,
|
|||
job_info.EnvironmentKeyValue[key] = value
|
||||
|
||||
# to recognize render jobs
|
||||
job_info.add_render_job_env_var(job_info)
|
||||
job_info.add_render_job_env_var()
|
||||
job_info.EnvironmentKeyValue["OPENPYPE_LOG_NO_COLORS"] = "1"
|
||||
|
||||
# Add list of expected files to job
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue