update houdini workfile colorsettings help

This commit is contained in:
MustafaJafar 2023-11-13 14:37:00 +02:00
parent a7e2267eef
commit a82367603f
2 changed files with 1 additions and 9 deletions

View file

@ -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."
}
]
}

View file

@ -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):