From 4ad01006ba8026a88c914892ab0c3c53ea12815f Mon Sep 17 00:00:00 2001 From: mrglaster <50916604+mrglaster@users.noreply.github.com> Date: Sat, 19 Mar 2022 22:03:07 +0800 Subject: [PATCH] Update S2GConverter.py --- S2GConverter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/S2GConverter.py b/S2GConverter.py index cd30b43..714ac5d 100644 --- a/S2GConverter.py +++ b/S2GConverter.py @@ -188,6 +188,7 @@ def find_smd_reference(path_to_model): return smd_reference def get_materials(path_to_model): + basetexture_line = '' print("Analyzing .vmt files") files = os.listdir(os.path.dirname(path_to_model) + '\\') for i in files: