Update server/settings/main.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Libor Batek 2024-10-24 12:49:52 +02:00 committed by GitHub
parent 927ec69275
commit 1629e6d787
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"