mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
celaction: improving setup hook
This commit is contained in:
parent
1f38d061ce
commit
54bb955d8b
1 changed files with 2 additions and 2 deletions
|
|
@ -42,10 +42,10 @@ class CelactionPrelaunchHook(PreLaunchHook):
|
|||
"SubmitAppTitle",
|
||||
0,
|
||||
winreg.REG_SZ,
|
||||
subprocess.list2cmdline(subproces_args)
|
||||
subproces_args.pop(0)
|
||||
)
|
||||
|
||||
parameters = [
|
||||
parameters = subproces_args + [
|
||||
"--currentFile \\\"\"*SCENE*\"\\\"",
|
||||
"--chunk 10",
|
||||
"--frameStart *START*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue