Traceback (most recent call last):
File "D:\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\SourceIO\blender_bindings\operators\source1_operators.py", line 96, in execute
import_bsp(Path(self.filepath), f, content_manager, self,
File "D:\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\SourceIO\blender_bindings\source1\bsp\import_bsp.py", line 57, in import_bsp
import_static_props(bsp, settings, master_collection, logger)
File "D:\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\SourceIO\blender_bindings\source1\bsp\import_bsp.py", line 131, in import_static_props
model_name = static_prop_lump.model_names[prop.prop_type]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
IndexError: list index out of range
Steps to reproduce:
Other:
I was able to load the map by replacing this line https://github.com/REDxEYE/SourceIO/blob/c6809932a31d7ca01816dc9aa1b30e9b07fd82fb/blender_bindings/source1/bsp/import_bsp.py#L131 with this: