Skip to content

Commit

Permalink
Added some descriptions for addon settings better communicating the p…
Browse files Browse the repository at this point in the history
…urpose of those.
  • Loading branch information
LiborBatek committed Oct 22, 2024
1 parent 82f900b commit 8ab3ed8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,12 +440,14 @@ class ApplicationsAddonSettings(BaseSettingsModel):
applications: ApplicationsSettings = SettingsField(
default_factory=ApplicationsSettings,
title="Applications Definitions",
description="(Legacy) - Show / hide apps based on project's anatomy attributes.",
scope=["studio"],
section="Definitions"
)
tool_groups: list[ToolGroupModel] = SettingsField(
default_factory=list,
title="Tools Definitions",
description="Configure your tools / plugins, e.g.renderer, hair addon etc.",
scope=["studio"]
)
project_applications: ProjectApplicationsModel = SettingsField(
Expand Down

0 comments on commit 8ab3ed8

Please sign in to comment.