mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
celaction: fixing scene env and adding chunk
This commit is contained in:
parent
3aa5780479
commit
2f80dcc950
1 changed files with 2 additions and 2 deletions
|
|
@ -47,8 +47,8 @@ class CelactionPrelaunchHook(PreLaunchHook):
|
|||
)
|
||||
|
||||
parameters = subproces_args + [
|
||||
"--currentFile \\\"\"*SCENE*\"\\\"",
|
||||
"--chunk 10",
|
||||
"--currentFile *SCENE*",
|
||||
"--chunk *CHUNK*",
|
||||
"--frameStart *START*",
|
||||
"--frameEnd *END*",
|
||||
"--resolutionWidth *X*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue