remove with_handles options in project settings

This commit is contained in:
Thomas Fricard 2023-03-21 09:26:44 +01:00
parent 56e93cd339
commit c3651da644
3 changed files with 0 additions and 7 deletions

View file

@ -15,7 +15,6 @@ class CreateAnimation(plugin.Creator):
write_face_sets = False
include_parent_hierarchy = False
include_user_defined_attributes = False
with_handles = True
def __init__(self, *args, **kwargs):
super(CreateAnimation, self).__init__(*args, **kwargs)

View file

@ -150,7 +150,6 @@
"write_face_sets": false,
"include_parent_hierarchy": false,
"include_user_defined_attributes": false,
"with_handles": false,
"defaults": [
"Main"
]

View file

@ -147,11 +147,6 @@
"key": "include_user_defined_attributes",
"label": "Include User Defined Attributes"
},
{
"type": "boolean",
"key": "with_handles",
"label": "With Handles"
},
{
"type": "list",
"key": "defaults",