added addons_path key to settings

This commit is contained in:
iLLiCiTiT 2021-08-24 15:53:03 +02:00
parent 6b6877e76e
commit cf811c7e0f
2 changed files with 17 additions and 0 deletions

View file

@ -1,4 +1,9 @@
{ {
"addon_paths": {
"windows": [],
"darwin": [],
"linux": []
},
"avalon": { "avalon": {
"AVALON_TIMEOUT": 1000, "AVALON_TIMEOUT": 1000,
"AVALON_THUMBNAIL_ROOT": { "AVALON_THUMBNAIL_ROOT": {

View file

@ -5,6 +5,18 @@
"collapsible": true, "collapsible": true,
"is_file": true, "is_file": true,
"children": [ "children": [
{
"type": "path",
"key": "addon_paths",
"label": "OpenPype AddOn Paths",
"use_label_wrap": true,
"multiplatform": true,
"multipath": true,
"require_restart": true
},
{
"type": "separator"
},
{ {
"type": "dict", "type": "dict",
"key": "avalon", "key": "avalon",