mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
remove with_handles options in project settings
This commit is contained in:
parent
56e93cd339
commit
c3651da644
3 changed files with 0 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -150,7 +150,6 @@
|
|||
"write_face_sets": false,
|
||||
"include_parent_hierarchy": false,
|
||||
"include_user_defined_attributes": false,
|
||||
"with_handles": false,
|
||||
"defaults": [
|
||||
"Main"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue