problem with cs2 maps entity loading
blender 4.5 sourcelo 5.4.8 when i load entity from cs2 map it shows this problem
Python: Traceback (most recent call last): File "C:\Users\razer\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\SourceIO\blender_bindings\operators\shared_operators.py", line 91, in execute self.load_vmdl(content_manager, context, obj) File "C:\Users\razer\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\SourceIO\blender_bindings\operators\shared_operators.py", line 302, in load_vmdl self.replace_placeholder(container, obj, False) File "C:\Users\razer\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\SourceIO\blender_bindings\operators\shared_operators.py", line 369, in replace_placeholder container.objects[0].location = obj.location ~~~~~~~~~~~~~~~~~^^^ IndexError: list index out of range
+1
Update to SourceIO 5.5.1 https://github.com/REDxEYE/SourceIO/releases/tag/5.5.1
still does'nt work
Python: Traceback (most recent call last): File "C:\Users\razer\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\SourceIO\blender_bindings\operators\shared_operators.py", line 91, in execute self.load_vmdl(content_manager, context, obj) File "C:\Users\razer\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\SourceIO\blender_bindings\operators\shared_operators.py", line 338, in load_vmdl prop_collection = get_or_create_collection(prop_path.stem + f"_{draw_call}", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\razer\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\SourceIO\blender_bindings\operators\shared_operators.py", line 369, in replace_placeholder return ^^^^^^^^ IndexError: list index out of range
+1
Please update to SourceIO 5.5.1 https://github.com/REDxEYE/SourceIO/releases/tag/5.5.1 This exact error was fixed there and you also need to restart blender after updating