add an include parent hierarchy option in animation creator plugin of maya

This commit is contained in:
Thomas Fricard 2023-03-16 16:52:06 +01:00 committed by Milan Kolar
parent 58d2c25247
commit f050a024aa
3 changed files with 9 additions and 1 deletions

View file

@ -147,6 +147,7 @@
"enabled": true,
"write_color_sets": false,
"write_face_sets": false,
"include_parent_hierarchy": false,
"include_user_defined_attributes": false,
"defaults": [
"Main"

View file

@ -132,6 +132,11 @@
"key": "write_face_sets",
"label": "Write Face Sets"
},
{
"type": "boolean",
"key": "include_parent_hierarchy",
"label": "Include Parent Hierarchy"
},
{
"type": "boolean",
"key": "include_user_defined_attributes",