mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix settings
This commit is contained in:
parent
fadf720c9a
commit
9a5d6427d5
1 changed files with 4 additions and 4 deletions
|
|
@ -300,12 +300,12 @@ class ExtractAlembicModel(BaseSettingsModel):
|
|||
default_factory=list,
|
||||
title="Families")
|
||||
bake_attributes: list[str] = SettingsField(
|
||||
"", title="Bake Attributes", widget="textarea",
|
||||
default_factory=list, title="Bake Attributes",
|
||||
description="List of attributes that will be included in the alembic "
|
||||
"export.",
|
||||
),
|
||||
)
|
||||
bake_attribute_prefixes: list[str] = SettingsField(
|
||||
"", title="Bake Attribute Prefixes", widget="textarea",
|
||||
default_factory=list, title="Bake Attribute Prefixes",
|
||||
description="List of attribute prefixes for attributes that will be "
|
||||
"included in the alembic export.",
|
||||
)
|
||||
|
|
@ -1205,7 +1205,7 @@ DEFAULT_PUBLISH_SETTINGS = {
|
|||
"vrayproxy.alembic"
|
||||
],
|
||||
"bake_attributes": [],
|
||||
"bake_attribute_prefixes": [],
|
||||
"bake_attribute_prefixes": []
|
||||
},
|
||||
"ExtractObj": {
|
||||
"enabled": False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue