mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Split ValidateAlembicOptionsDefaults
This commit is contained in:
parent
40eea9652c
commit
f8a8fa425e
2 changed files with 31 additions and 14 deletions
|
|
@ -889,9 +889,13 @@ class PublishersModel(BaseSettingsModel):
|
|||
default_factory=BasicValidateModel,
|
||||
title="Validate Alembic Visible Node",
|
||||
)
|
||||
ValidateAlembicOptionsDefaults: BasicValidateModel = SettingsField(
|
||||
ValidateAlembicDefaultsPointcache: BasicValidateModel = SettingsField(
|
||||
default_factory=BasicValidateModel,
|
||||
title="Validate Alembic Options Defaults"
|
||||
title="Validate Alembic Defaults Pointcache"
|
||||
)
|
||||
ValidateAlembicDefaultsAnimation: BasicValidateModel = SettingsField(
|
||||
default_factory=BasicValidateModel,
|
||||
title="Validate Alembic Defaults Animation"
|
||||
)
|
||||
ExtractProxyAlembic: ExtractProxyAlembicModel = SettingsField(
|
||||
default_factory=ExtractProxyAlembicModel,
|
||||
|
|
@ -1545,7 +1549,12 @@ DEFAULT_PUBLISH_SETTINGS = {
|
|||
"optional": False,
|
||||
"validate_shapes": True
|
||||
},
|
||||
"ValidateAlembicOptionsDefaults": {
|
||||
"ValidateAlembicDefaultsPointcache": {
|
||||
"enabled": True,
|
||||
"optional": True,
|
||||
"active": True
|
||||
},
|
||||
"ValidateAlembicDefaultsAnimation": {
|
||||
"enabled": True,
|
||||
"optional": True,
|
||||
"active": True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue