mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
BigRoy's suggestion - Better help text, Ayon settings
This commit is contained in:
parent
1fadecf627
commit
be6d015b45
1 changed files with 7 additions and 1 deletions
|
|
@ -35,7 +35,13 @@ class ImageIOFileRulesModel(BaseSettingsModel):
|
|||
|
||||
|
||||
class WorkfileImageIOModel(BaseSettingsModel):
|
||||
"""Render space in Houdini is always set to 'scene_linear' Role."""
|
||||
"""Workfile settings help.
|
||||
|
||||
Empty values will be skipped, allowing any existing env vars to
|
||||
pass through as defined.
|
||||
|
||||
Note: The render space in Houdini is
|
||||
always set to the 'scene_linear' role."""
|
||||
|
||||
enabled: bool = Field(False, title="Enabled")
|
||||
default_display: str = Field(title="Display")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue