mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
simplification of condition
This commit is contained in:
parent
a1e57e54cd
commit
f6ac8138b3
1 changed files with 1 additions and 1 deletions
|
|
@ -2012,7 +2012,7 @@ class WorkfileSettings(object):
|
|||
|
||||
# get config data if imageio is enabled
|
||||
config_data = None
|
||||
if imageio_host.get("enabled") and imageio_host["enabled"] is True:
|
||||
if imageio_host.get("enabled"):
|
||||
# switch ocio config to custom config
|
||||
workfile_settings["OCIO_config"] = "custom"
|
||||
workfile_settings["colorManagement"] = "OCIO"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue