settings: schema workfile options

This commit is contained in:
Jakub Jezek 2021-05-26 18:30:01 +02:00
parent e3f53f9716
commit fcdfb26921
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
3 changed files with 154 additions and 5 deletions

View file

@ -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"
]
}
],