mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound
This commit is contained in:
parent
79eb8f105f
commit
011e635c1f
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ class CelactionPrelaunchHook(PreLaunchHook):
|
||||||
# Add custom parameters from workfile settings
|
# Add custom parameters from workfile settings
|
||||||
if "render_chunk" in workfile_settings["submission_overrides"]:
|
if "render_chunk" in workfile_settings["submission_overrides"]:
|
||||||
parameters += [
|
parameters += [
|
||||||
"--chunk *CHUNK*"
|
"--chunk *CHUNK*"
|
||||||
]
|
]
|
||||||
elif "resolution" in workfile_settings["submission_overrides"]:
|
elif "resolution" in workfile_settings["submission_overrides"]:
|
||||||
parameters += [
|
parameters += [
|
||||||
"--resolutionWidth *X*",
|
"--resolutionWidth *X*",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue