mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix a typo in maya ayon settings
This commit is contained in:
parent
3cd8fc6a0a
commit
105cf5c116
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class CreateUnrealStaticMeshModel(BaseSettingsModel):
|
|||
default_factory=list,
|
||||
title="Default Products"
|
||||
)
|
||||
static_mesh_prefixes: str = Field("S", title="Static Mesh Prefix")
|
||||
static_mesh_prefix: str = Field("S", title="Static Mesh Prefix")
|
||||
collision_prefixes: list[str] = Field(
|
||||
default_factory=list,
|
||||
title="Collision Prefixes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue