mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
update houdini workfile colorsettings help
This commit is contained in:
parent
a7e2267eef
commit
a82367603f
2 changed files with 1 additions and 9 deletions
|
|
@ -50,10 +50,6 @@
|
|||
"type": "text",
|
||||
"key": "review_color_space",
|
||||
"label": "Review colorspace"
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Leave Review colorspace empty to use the default colorspace."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,11 +40,7 @@ class WorkfileImageIOModel(BaseSettingsModel):
|
|||
enabled: bool = Field(False, title="Enabled")
|
||||
default_display: str = Field(title="Display")
|
||||
default_view: str = Field(title="View")
|
||||
review_color_space: str = Field(
|
||||
title="Review colorspace",
|
||||
description=("Leave Review colorspace empty to use the"
|
||||
" default colorspace.")
|
||||
)
|
||||
review_color_space: str = Field(title="Review colorspace")
|
||||
|
||||
|
||||
class HoudiniImageIOModel(BaseSettingsModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue