Merge branch 'Current' into Alpha-3

This commit is contained in:
Onan Chew
2025-07-15 18:11:58 -04:00
committed by GitHub
17 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ logger: logging.Logger = logging.getLogger(__name__)
import importlib.util
if importlib.util.find_spec("io_scene_valvesource") is not None:
from io_scene_valvesource.import_smd import SmdImporter
from io_scene_valvesource.import_smd import SmdImporter # type: ignore
class ImportProgress:
"""Tracks and logs the progress of multi-file imports"""