mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Changed the labels for layout json extractor
This commit is contained in:
parent
768cb2ac0c
commit
dc033d283e
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ from openpype.hosts.blender.api.pipeline import AVALON_PROPERTY
|
|||
class ExtractLayout(publish.Extractor, publish.OptionalPyblishPluginMixin):
|
||||
"""Extract a layout."""
|
||||
|
||||
label = "Extract Layout"
|
||||
label = "Extract Layout (JSON)"
|
||||
hosts = ["blender"]
|
||||
families = ["layout"]
|
||||
optional = True
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ class PublishPuginsModel(BaseSettingsModel):
|
|||
)
|
||||
ExtractLayout: ValidatePluginModel = Field(
|
||||
default_factory=ValidatePluginModel,
|
||||
title="Extract Layout"
|
||||
title="Extract Layout (JSON)"
|
||||
)
|
||||
ExtractThumbnail: ExtractPlayblastModel = Field(
|
||||
default_factory=ExtractPlayblastModel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue