mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Change labels and export_overrides key
This commit is contained in:
parent
59c0079858
commit
2e76f273c7
2 changed files with 9 additions and 9 deletions
|
|
@ -1127,7 +1127,7 @@
|
|||
"userAttr": "",
|
||||
"userAttrPrefix": "",
|
||||
"visibleOnly": false,
|
||||
"export_overrides": [
|
||||
"overrides": [
|
||||
"attr",
|
||||
"attrPrefix",
|
||||
"worldSpace",
|
||||
|
|
|
|||
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue