mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
resolve hound conversations
This commit is contained in:
parent
e181eeab93
commit
b6a81bd64b
2 changed files with 4 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ class CreateArnoldAssModel(BaseSettingsModel):
|
|||
)
|
||||
ext: str = Field(Title="Extension")
|
||||
|
||||
|
||||
class HouCreateUnrealStaticMeshModel(BaseSettingsModel):
|
||||
enabled: bool = Field(title="Enabled")
|
||||
default_variants: list[str] = Field(
|
||||
|
|
@ -32,6 +33,7 @@ class HouCreateUnrealStaticMeshModel(BaseSettingsModel):
|
|||
title="Collision Prefixes"
|
||||
)
|
||||
|
||||
|
||||
class CreatePluginsModel(BaseSettingsModel):
|
||||
CreateArnoldAss: CreateArnoldAssModel = Field(
|
||||
default_factory=CreateArnoldAssModel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue