mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Nuke: adding defaults to settings Workfile builder
This commit is contained in:
parent
ef4e8dbcad
commit
c4bea1c9ed
1 changed files with 25 additions and 6 deletions
|
|
@ -147,13 +147,32 @@
|
|||
},
|
||||
"workfile_builder": {
|
||||
"create_first_version": false,
|
||||
"template_path": {
|
||||
"windows": "",
|
||||
"darwin": "",
|
||||
"linux": ""
|
||||
},
|
||||
"custom_templates": [],
|
||||
"builder_on_start": false,
|
||||
"profiles": []
|
||||
"profiles": [
|
||||
{
|
||||
"tasks": [],
|
||||
"current_context": [
|
||||
{
|
||||
"subset_name_filters": [],
|
||||
"families": [
|
||||
"render",
|
||||
"plate"
|
||||
],
|
||||
"repre_names": [
|
||||
"exr",
|
||||
"dpx",
|
||||
"mov"
|
||||
],
|
||||
"loaders": [
|
||||
"LoadSequence",
|
||||
"LoadMov"
|
||||
]
|
||||
}
|
||||
],
|
||||
"linked_assets": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"filters": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue