SomaZ / Blender_BSP_Importer

This is an id tech 3 bsp importer for blender. It can import entites and tries to convert quake 3 shaders to eevee ones.
GNU General Public License v2.0
61 stars 10 forks source link

bsp not imported (using Blender 4.2.0, BSP Importer v0.9.96-pre) #41

Open Windowsurfer opened 6 days ago

Windowsurfer commented 6 days ago

Using: Blender 4.2.0 BSP Importer v0.9.96-pre

Happens when trying to import a .bsp format file. Seemingly no data was imported afterwards.

Python: Traceback (most recent call last):
  File "C:\Users\admin\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\import_bsp\UI.py", line 169, in execute
    BlenderBSP.import_bsp_file(import_settings)
  File "C:\Users\admin\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\import_bsp\BlenderBSP.py", line 591, in import_bsp_file
    bsp_file = BSP(VFS, import_settings)
               ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\admin\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\import_bsp\idtech3lib\BSP.py", line 105, in __init__
    raise Exception(
Exception: BSP format not supported
SomaZ commented 6 days ago

From what game are you trying to import a bsp file? Just because the extension is the same doesn't mean it's a supported file. That's what the error tries to tell you.