mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix class name typo
This commit is contained in:
parent
9ba450fe8b
commit
42e64c7d79
1 changed files with 3 additions and 3 deletions
|
|
@ -69,7 +69,7 @@ class CreateShotClipModels(BaseSettingsModel):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class CreatorPuginsModel(BaseSettingsModel):
|
class CreatorPluginsModel(BaseSettingsModel):
|
||||||
CreateShotClip: CreateShotClipModels = SettingsField(
|
CreateShotClip: CreateShotClipModels = SettingsField(
|
||||||
default_factory=CreateShotClipModels,
|
default_factory=CreateShotClipModels,
|
||||||
title="Create Shot Clip"
|
title="Create Shot Clip"
|
||||||
|
|
@ -84,8 +84,8 @@ class ResolveSettings(BaseSettingsModel):
|
||||||
default_factory=ResolveImageIOModel,
|
default_factory=ResolveImageIOModel,
|
||||||
title="Color Management (ImageIO)"
|
title="Color Management (ImageIO)"
|
||||||
)
|
)
|
||||||
create: CreatorPuginsModel = SettingsField(
|
create: CreatorPluginsModel = SettingsField(
|
||||||
default_factory=CreatorPuginsModel,
|
default_factory=CreatorPluginsModel,
|
||||||
title="Creator plugins",
|
title="Creator plugins",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue