store empty defaults template workfiles

This commit is contained in:
Milan Kolar 2021-05-27 22:59:29 +02:00
parent f188aef0a4
commit 5d69fc2783
5 changed files with 41 additions and 4 deletions

View file

@ -4,8 +4,12 @@
"enabled": true,
"optional": true,
"active": true,
"skip_resolution_check": [".*"],
"skip_timelines_check": [".*"]
"skip_resolution_check": [
".*"
],
"skip_timelines_check": [
".*"
]
},
"AfterEffectsSubmitDeadline": {
"use_published": true,
@ -14,5 +18,13 @@
"secondary_pool": "",
"chunk_size": 1000000
}
},
"workfile_builder": {
"create_first_version": false,
"template_path": {
"windows": "",
"darwin": "",
"linux": ""
}
}
}

View file

@ -0,0 +1,10 @@
{
"workfile_builder": {
"create_first_version": false,
"template_path": {
"windows": "",
"darwin": "",
"linux": ""
}
}
}

View file

@ -272,8 +272,7 @@
"active_site": "studio",
"remote_site": "studio"
},
"sites": {
}
"sites": {}
},
"project_plugins": {
"windows": [],

View file

@ -13,5 +13,13 @@
"jpg"
]
}
},
"workfile_builder": {
"create_first_version": false,
"template_path": {
"windows": "",
"darwin": "",
"linux": ""
}
}
}

View file

@ -32,5 +32,13 @@
}
}
},
"workfile_builder": {
"create_first_version": false,
"template_path": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"filters": {}
}