mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
server_addons.maya.settings Fix missing creator defaults
This commit is contained in:
parent
534bc8295f
commit
43bbf5af8e
1 changed files with 2 additions and 0 deletions
|
|
@ -396,6 +396,7 @@ DEFAULT_CREATORS_SETTINGS = {
|
|||
"CreateAnimation": {
|
||||
"write_color_sets": False,
|
||||
"write_face_sets": False,
|
||||
"include_user_defined_attributes": False,
|
||||
"include_parent_hierarchy": False,
|
||||
"default_variants": [
|
||||
"Main"
|
||||
|
|
@ -437,6 +438,7 @@ DEFAULT_CREATORS_SETTINGS = {
|
|||
"enabled": True,
|
||||
"write_color_sets": False,
|
||||
"write_face_sets": False,
|
||||
"include_user_defined_attributes": False,
|
||||
"default_variants": [
|
||||
"Main"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue