STEAM GROUP
Blender Source Tools BleST
STEAM GROUP
Blender Source Tools BleST
375
IN-GAME
2,279
ONLINE
Founded
8 November, 2013
All Discussions > Help > Topic Details
.smd import error
When I try to import a .smd file from gmod addon (decompiled with crowbar), I get this error:
Python: Traceback (most recent call last): File "C:\*\*\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_scene_valvesource\import_smd.py", line 73, in execute self.num_files_imported = self.readSMD(filepath, self.properties.upAxis, self.properties.rotMode) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\*\*\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_scene_valvesource\import_smd.py", line 1241, in readSMD if line == "triangles\n": self.readPolys() ^^^^^^^^^^^^^^^^ File "C:\*\*\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_scene_valvesource\import_smd.py", line 790, in readPolys md.use_auto_smooth = True ^^^^^^^^^^^^^^^^^^ AttributeError: 'Mesh' object has no attribute 'use_auto_smooth'

Blender 4.1, BST 3.2.5
Last edited by tulpapilled; 3 Apr, 2024 @ 7:02am
< >
Showing 1-2 of 2 comments
tulpapilled 3 Apr, 2024 @ 7:23am 
updated BST to 3.3, now the error looks like this:
Python: Traceback (most recent call last): File "C:\*\*\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_scene_valvesource\import_smd.py", line 73, in execute self.num_files_imported = self.readSMD(filepath, self.properties.upAxis, self.properties.rotMode) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\*\*\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_scene_valvesource\import_smd.py", line 1241, in readSMD File "C:\*\*\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_scene_valvesource\import_smd.py", line 790, in readPolys md.normals_split_custom_set(norms) ^^^^^^^^^^^^^^^^^^ AttributeError: 'Mesh' object has no attribute 'use_auto_smooth'
The author of this thread has indicated that this post answers the original topic.
Artfunkel 5 Apr, 2024 @ 11:30am 
Restarting Blender will fix this.
< >
Showing 1-2 of 2 comments
Per page: 1530 50

All Discussions > Help > Topic Details