mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
revert changes in Applications settings docstring
This commit is contained in:
parent
4eabce8bc1
commit
4d85f56193
1 changed files with 1 additions and 9 deletions
|
|
@ -144,15 +144,7 @@ class ToolGroupModel(BaseSettingsModel):
|
|||
|
||||
|
||||
class ApplicationsSettings(BaseSettingsModel):
|
||||
"""Applications settings
|
||||
|
||||
Define applications available to your studio, locations of their
|
||||
executables, and their additional environment variables.
|
||||
|
||||
AYON uses the following definitions to populate the applications list
|
||||
in project anatomy > attributes.
|
||||
So, You'd still need modify your project anatomy settings.
|
||||
"""
|
||||
"""Applications settings"""
|
||||
|
||||
maya: AppGroupWithPython = SettingsField(
|
||||
default_factory=AppGroupWithPython, title="Autodesk Maya")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue