From 20487204ba7c89f7310ef52f7af9b879978a1372 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Tue, 13 Feb 2024 11:57:39 +0100 Subject: [PATCH] added 3dsmax imageio conversion back --- client/ayon_core/settings/ayon_settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/ayon_core/settings/ayon_settings.py b/client/ayon_core/settings/ayon_settings.py index 35652d5c3c..cea0158159 100644 --- a/client/ayon_core/settings/ayon_settings.py +++ b/client/ayon_core/settings/ayon_settings.py @@ -294,6 +294,8 @@ def _convert_3dsmax_project_settings(ayon_settings, output): ayon_max = ayon_settings["max"] + _convert_host_imageio(ayon_max) + output["max"] = ayon_max