From 83e09e906f6990d00cfcb93e836c2a7a7d8cc11a Mon Sep 17 00:00:00 2001 From: HenryOfCarim Date: Fri, 2 Aug 2024 20:58:14 +0300 Subject: [PATCH] Fix tests --- tests/mtfw/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mtfw/conftest.py b/tests/mtfw/conftest.py index 442c347..757af15 100644 --- a/tests/mtfw/conftest.py +++ b/tests/mtfw/conftest.py @@ -69,7 +69,7 @@ def mod_export(loaded_arcs, app_id, mod_path, mrl_path): from kaitaistruct import KaitaiStream bpy.context.scene.albam.apps.app_selected = app_id - bpy.context.scene.import_only_main_lod = False + bpy.context.scene.albam.import_settings.import_only_main_lod = False vfile_mod = bpy.context.scene.albam.vfs.select_vfile(app_id, mod_path) vfile_mrl = bpy.context.scene.albam.vfs.get_vfile(app_id, mrl_path) if mrl_path else None