mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge branch 'develop' into feature/1004-deadline-better-handling-of-pype
This commit is contained in:
commit
7c4aa85de0
43 changed files with 2737 additions and 1660 deletions
41
vendor/deadline/custom/plugins/Pype/Pype.options
vendored
Normal file
41
vendor/deadline/custom/plugins/Pype/Pype.options
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
[ScriptFile]
|
||||
Type=filename
|
||||
Label=Script File
|
||||
Category=Python Options
|
||||
CategoryOrder=0
|
||||
Index=0
|
||||
Description=The script file to be executed.
|
||||
Required=false
|
||||
DisableIfBlank=true
|
||||
|
||||
[Arguments]
|
||||
Type=string
|
||||
Label=Arguments
|
||||
Category=Python Options
|
||||
CategoryOrder=0
|
||||
Index=1
|
||||
Description=The arguments to pass to the script. If no arguments are required, leave this blank.
|
||||
Required=false
|
||||
DisableIfBlank=true
|
||||
|
||||
[Version]
|
||||
Type=enum
|
||||
Values=3.0
|
||||
Label=Version
|
||||
Category=Python Options
|
||||
CategoryOrder=0
|
||||
Index=2
|
||||
Description=The version of Python to use.
|
||||
Required=false
|
||||
DisableIfBlank=true
|
||||
|
||||
[SingleFramesOnly]
|
||||
Type=boolean
|
||||
Label=Single Frames Only
|
||||
Category=Job Options
|
||||
CategoryOrder=1
|
||||
Index=0
|
||||
Description=If enabled, the plugin will only render one frame at a time even if a single task contains a chunk of frames.
|
||||
Required=true
|
||||
DisableIfBlank=true
|
||||
Default=false
|
||||
Loading…
Add table
Add a link
Reference in a new issue