set multipath to false for shelf set path

This commit is contained in:
Thomas Fricard 2022-08-10 11:56:05 +02:00
parent cdd90ad2a7
commit b74655c167
2 changed files with 10 additions and 6 deletions

View file

@ -2,7 +2,11 @@
"shelves": [
{
"shelf_set_name": "OpenPype Shelves",
"shelf_set_source_path": "/path/to/your/shelf_set_file",
"shelf_set_source_path": {
"windows": "",
"darwin": "",
"linux": "/path/to/your/shelf_set_file"
},
"shelf_definition": [
{
"shelf_name": "OpenPype Shelf",

View file

@ -16,7 +16,7 @@
"type": "path",
"key": "shelf_set_source_path",
"label": "Shelf Set Path",
"multipath": true,
"multipath": false,
"multiplatform": true
},
{
@ -33,7 +33,7 @@
"label": "Shelf Name"
},
{
"type": "text",
"type": "path",
"key": "shelf_file_path",
"label": "Shelf File Path"
},
@ -51,17 +51,17 @@
"label": "Name"
},
{
"type": "text",
"type": "path",
"key": "filepath",
"label": "File Path"
},
{
"type": "text",
"type": "path",
"key": "script",
"label": "Script"
},
{
"type": "text",
"type": "path",
"key": "icon",
"label": "Icon"
},