delete schema_nuke_scriptsmenu.json since we use a schema_scriptsmenu.json for both maya and nuke

This commit is contained in:
Thomas Fricard 2022-05-09 11:31:05 +02:00 committed by clement.hector
parent 4e694a3f36
commit 2eea2522be

View file

@ -1,22 +0,0 @@
{
"type": "dict",
"collapsible": true,
"key": "scriptsmenu",
"label": "Scripts Menu Definition",
"children": [
{
"type": "text",
"key": "name",
"label": "Menu Name"
},
{
"type": "splitter"
},
{
"type": "raw-json",
"key": "definition",
"label": "Menu definition",
"is_list": true
}
]
}