Change labels and export_overrides key

This commit is contained in:
Toke Stuart Jepsen 2024-03-07 09:30:33 +00:00
parent 59c0079858
commit 2e76f273c7
2 changed files with 9 additions and 9 deletions

View file

@ -1127,7 +1127,7 @@
"userAttr": "",
"userAttrPrefix": "",
"visibleOnly": false,
"export_overrides": [
"overrides": [
"attr",
"attrPrefix",
"worldSpace",

View file

@ -1017,7 +1017,7 @@
"type": "enum",
"key": "flags",
"multiselection": true,
"label": "Flags",
"label": "Export Flags",
"enum_items": [
{"autoSubd": "autoSubd"},
{"dontSkipUnwrittenFrames": "dontSkipUnwrittenFrames"},
@ -1041,12 +1041,12 @@
{
"type": "text",
"key": "attr",
"label": "Attributes"
"label": "Custom Attributes"
},
{
"type": "text",
"key": "attrPrefix",
"label": "Attr Prefix"
"label": "Custom Attributes Prefix"
},
{
"type": "enum",
@ -1100,7 +1100,7 @@
{
"type": "boolean",
"key": "visibleOnly",
"label": "visibleOnly"
"label": "Visible Only"
},
{
"type": "splitter"
@ -1111,12 +1111,12 @@
},
{
"type": "enum",
"key": "export_overrides",
"key": "overrides",
"multiselection": true,
"label": "Export Overrides",
"label": "Exposed Overrides",
"enum_items": [
{"attr": "attr"},
{"attrPrefix": "attrPrefix"},
{"attr": "Custom Attributes"},
{"attrPrefix": "Custom Attributes Prefix"},
{"autoSubd": "autoSubd"},
{"dataFormat": "dataFormat"},
{"dontSkipUnwrittenFrames": "dontSkipUnwrittenFrames"},