mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
OP-4642 - added additional command arguments to Settings
This commit is contained in:
parent
1d12316ee1
commit
b5c3e0931e
1 changed files with 14 additions and 0 deletions
|
|
@ -286,6 +286,20 @@
|
|||
"label": "View",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "oiiotool_args",
|
||||
"label": "OIIOtool arguments",
|
||||
"type": "dict",
|
||||
"highlight_content": true,
|
||||
"children": [
|
||||
{
|
||||
"key": "additional_command_args",
|
||||
"label": "Additional command line arguments",
|
||||
"type": "list",
|
||||
"object_type": "text"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "schema",
|
||||
"name": "schema_representation_tags"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue