celaction: make parameters enumerator

This commit is contained in:
Jakub Jezek 2023-03-23 12:54:55 +01:00
parent f823b065d3
commit 79eb8f105f
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
3 changed files with 33 additions and 12 deletions

View file

@ -10,12 +10,10 @@
}
},
"workfile": {
"parameters": [
"--chunk *CHUNK*",
"--frameStart *START*",
"--frameEnd *END*",
"--resolutionWidth *X*",
"--resolutionHeight *Y*"
"submission_overrides": [
"render_chunk",
"frame_range",
"resolution"
]
},
"publish": {