Merge remote-tracking branch 'origin/feature/OP-5207_Global-host-color-management-activation' into feature/OP-5207_Global-host-color-management-activation

This commit is contained in:
Jakub Jezek 2023-04-20 22:09:57 +02:00
commit b93491f5d5
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -411,7 +411,7 @@ def is_host_use_ocio_config_activated(
project_settings, host_name)
# check if host settings is having use_ocio_config
if imageio_host.get("use_ocio_config", False):
return imageio_host.get("use_ocio_config", False)
return True