I had a much longer error report (a few paragraphs) but the site crashed and I was fed up with retyping.
System Information
Windows 7 - 64-bit
Name: NVIDIA GeForce GTX 645
Manufacturer: NVIDIA
Chip Type: GeForce GTX 645
Blender Version
Broken: 2.66a
Worked: 2.75 (The tutorial I used: https://www.youtube.com/watch?v=zJKo2YZvlv8 )
Short description of error
(Click show more on the description) https://www.youtube.com/watch?v=FOMzDB31qi0
Exact steps for others to reproduce the error
- Get the Source addon (Specifically Garrysmod in my case) for Blender
- Open Scene tab
- Change DMX to SMD under the Source section (scroll down)
- Set the export location to anything ~ I picked Desktop
- File > Export > Source (.smd) > The model's name
- Error
To reproduce second error:
- Get Blender 2.66
- Run blender.exe
- Error
The hostcode's contents in case it breaks (from the video's description):
Traceback (most recent call last):
File "C:\Users\MYUSERNAME\AppData\Roaming\Blender Foundation\Blender\2.66\scripts\addons\io_scene_valvesource\export_smd.py", line 213, in execute self.exportId(context, exportable.get_id())
File "C:\Users\MYUSERNAME\AppData\Roaming\Blender Foundation\Blender\2.66\scripts\addons\io_scene_valvesource\export_smd.py", line 2350, in exportId bake_results.append(self.bakeObj(id))
File "C:\Users\MYUSERNAME\AppData\Roaming\Blender Foundation\Blender\2.66\scripts\addons\io_scene_valvesource\export_smd.py", line 802, in bakeObj if_should_triangulate: triangulate()
File "C:\Users\MYUSERNAME\AppData\Roaming\Blender Foundation\Blender\2.66\scripts\addons\io_scene_valvesource\export_smd.py", line 675, in triangulate ops.mesh.quads_convert_to_tris(quad_method='FIXED')
File "C:\Users\MYUSERNAME\Downloads\Playermodels\Blender\2.66\scripts\modules\bpy\ops.py", line 188, in call ret=op_call(self.idname_py(), None, kw)
TypeError: Converting py args to operator properties: keyword "quad_method unrecognized"
During handling of the above exception, another exception occured:
Traceback (most recent call last):
File "C:\Users\MYUSERNAME\AppData\Roaming\Blender Foundation\Blender\2.66\scripts\addons\io_scene\valvesource\export_smd.py", line 256, in execute bpy.context.window_manager.progress_end()
AttributeError: 'WindowManager' object has no atriibute 'progress_end'
location: <unknown location>:-1