mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update server/settings/main.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
927ec69275
commit
1629e6d787
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ class CoreImageIOBaseModel(BaseSettingsModel):
|
|||
activate_global_color_management: bool = SettingsField(
|
||||
False,
|
||||
title="Enable Color Management",
|
||||
description="When enabled, global color management been activated for all hosts available.",
|
||||
description="When enabled, global color management using OpenColorIO will be enabled for all hosts available. With this enabled the `OCIO` environment variable will automatically be supplied to any OCIO supporting host.",
|
||||
)
|
||||
ocio_config_profiles: list[CoreImageIOConfigProfilesModel] = SettingsField(
|
||||
default_factory=list, title="OCIO config profiles"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue