mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added addons_path key to settings
This commit is contained in:
parent
6b6877e76e
commit
cf811c7e0f
2 changed files with 17 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
{
|
{
|
||||||
|
"addon_paths": {
|
||||||
|
"windows": [],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
"avalon": {
|
"avalon": {
|
||||||
"AVALON_TIMEOUT": 1000,
|
"AVALON_TIMEOUT": 1000,
|
||||||
"AVALON_THUMBNAIL_ROOT": {
|
"AVALON_THUMBNAIL_ROOT": {
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue