lasa01 / Plumber

A Blender addon for importing Source 1 engine maps, models, materials and textures. This addon makes it possible to import full CS:GO, TF2, CS:S or other Source 1 game maps into Blender.
MIT License
395 stars 29 forks source link

Python error when importing CS:GO model #102

Closed TolyaArzamas closed 2 years ago

TolyaArzamas commented 2 years ago

Im new to Blender and don't know how to fix this problem. I have blender 3.0, blender source tools and this addon. I can't import player models from CS:GO. Everytime I get this error:

Python: Traceback (most recent call last): File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\io_import_vmf__init__.py", line 1123, in execute qc_importer.get(name, context.collection, context) File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\io_import_vmf\import_qc.py", line 404, in get return self.get_smd(name, collection, context).a File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\io_import_vmf\import_qc.py", line 390, in get_smd raise Exception(f"model {name} hasn't been imported") Exception: model hostage_varianta hasn't been imported

location: :-1

What am I doing wrong?

lasa01 commented 2 years ago

Please post full logs. That error is caused by another error, which should be in the logs if you scroll up.

lasa01 commented 2 years ago

Closing because of inactivity.