Page MenuHome

Exporting SMD Models for Source Error
Closed, ArchivedPublic

Description

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

  1. Get the Source addon (Specifically Garrysmod in my case) for Blender
  2. Open Scene tab
  3. Change DMX to SMD under the Source section (scroll down)
  4. Set the export location to anything ~ I picked Desktop
  5. File > Export > Source (.smd) > The model's name
  6. Error

To reproduce second error:

  1. Get Blender 2.66
  2. Run blender.exe
  3. 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

Event Timeline

James (ItsSugarrr) claimed this task.
James (ItsSugarrr) raised the priority of this task from to 90.
James (ItsSugarrr) updated the task description. (Show Details)
James (ItsSugarrr) added a project: BF Blender.
James (ItsSugarrr) edited a custom field.

"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))"

The line is actually 350, not 2350 ^. My bad.

I think that it is not addon provided by blender.org.
I think that you should ask a person contributing it.

Sorry, my bad english.

Brendon Murphy (meta-androcto) changed the task status from Unknown Status to Archived.Mar 17 2016, 11:07 AM

closing as invalid.
This tracker is for addons that are in Blender.