mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
settings: schema workfile options
This commit is contained in:
parent
e3f53f9716
commit
fcdfb26921
3 changed files with 154 additions and 5 deletions
|
|
@ -147,8 +147,18 @@
|
|||
"node_name_template": "{class_name}_{ext}"
|
||||
}
|
||||
},
|
||||
"workfile_build": {
|
||||
"profiles": [
|
||||
"workfile_options": {
|
||||
"create_first_version": {
|
||||
"enabled": false,
|
||||
"use_buildin_template": false,
|
||||
"custom_template_paths": {
|
||||
"windows": "",
|
||||
"darwin": "",
|
||||
"linux": ""
|
||||
},
|
||||
"builder_on": false
|
||||
},
|
||||
"builder_profiles": [
|
||||
{
|
||||
"tasks": [
|
||||
"compositing"
|
||||
|
|
@ -162,10 +172,12 @@
|
|||
],
|
||||
"repre_names": [
|
||||
"exr",
|
||||
"dpx"
|
||||
"dpx",
|
||||
"mov"
|
||||
],
|
||||
"loaders": [
|
||||
"LoadSequence"
|
||||
"LoadSequence",
|
||||
"LoadMov"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue