added tools to anatomy attributes

This commit is contained in:
iLLiCiTiT 2021-03-17 13:43:06 +01:00
parent c1852d8a2a
commit fa6f5092dd
2 changed files with 14 additions and 1 deletions

View file

@ -9,5 +9,6 @@
"resolutionWidth": 1920,
"resolutionHeight": 1080,
"pixelAspect": 1,
"applications": []
"applications": [],
"tools": []
}

View file

@ -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"}
]
}
]
}