mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
flame in line comments
This commit is contained in:
parent
6f1f4046d3
commit
f58bcc8abb
1 changed files with 3 additions and 0 deletions
|
|
@ -47,7 +47,10 @@ class FlamePrelaunch(PreLaunchHook):
|
|||
|
||||
imageio_flame = project_settings["flame"]["imageio"]
|
||||
|
||||
# get host imageio settings enabled key if exists
|
||||
colormanaged = imageio_flame.get("enabled")
|
||||
# if key was not found, set to True
|
||||
# ensuring backward compatibility
|
||||
if colormanaged is None:
|
||||
colormanaged = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue