mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
added tools to anatomy attributes
This commit is contained in:
parent
c1852d8a2a
commit
fa6f5092dd
2 changed files with 14 additions and 1 deletions
|
|
@ -9,5 +9,6 @@
|
|||
"resolutionWidth": 1920,
|
||||
"resolutionHeight": 1080,
|
||||
"pixelAspect": 1,
|
||||
"applications": []
|
||||
"applications": [],
|
||||
"tools": []
|
||||
}
|
||||
|
|
@ -69,6 +69,18 @@
|
|||
{ "blender_2.91": "Blender 2.91" },
|
||||
{ "aftereffects_2021": "After Effects 2021" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "enum",
|
||||
"key": "tools",
|
||||
"label": "Tools",
|
||||
"multiselection": true,
|
||||
"enum_items": [
|
||||
{"mtoa_3.2": "mtoa_3.2"},
|
||||
{"mtoa_3.1": "mtoa_3.1"},
|
||||
{"mtoa_3.1.1": "mtoa_3.1.1"},
|
||||
{"vray_4300": "vray_4300"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue