mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
upversion
This commit is contained in:
parent
f050aaed5f
commit
cd0bf07939
2 changed files with 3 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
name = "maya"
|
||||
title = "Maya"
|
||||
version = "0.1.18"
|
||||
version = "0.1.19"
|
||||
|
|
|
|||
|
|
@ -917,11 +917,10 @@ class PublishersModel(BaseSettingsModel):
|
|||
default_factory=BasicValidateModel,
|
||||
title="Validate Rig Controllers",
|
||||
)
|
||||
ValidateAnimatedReferenceRig: BasicValidateModel = SettingsField(
|
||||
ValidateAnimationContent: BasicValidateModel = SettingsField(
|
||||
default_factory=BasicValidateModel,
|
||||
title="Validate Animated Reference Rig",
|
||||
title="Validate Animation Content",
|
||||
)
|
||||
|
||||
ValidateOutRelatedNodeIds: BasicValidateModel = SettingsField(
|
||||
default_factory=BasicValidateModel,
|
||||
title="Validate Animation Out Set Related Node Ids",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue