DJ-Skaro / blender-smd

Automatically exported from code.google.com/p/blender-smd
0 stars 1 forks source link

Error/ crash when trying to export as DMX #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load default scene
2. Select default cube
3. Choose engine that supports DMX
4. Choose output folder
5. Export

Expected:
Model is compiled, files are created

Happening:
When trying to export the cube:

Traceback (most recent call last):
  File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\2.67\scripts\addons\io_smd_tools.py", line 3738, in execute
    self.exportObject(context,context.active_object,groupIndex=props.groupIndex)
  File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\2.67\scripts\addons\io_smd_tools.py", line 3835, in exportObject
    if writeSMD(context, object, groupIndex, path + getFileExt()):
  File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\2.67\scripts\addons\io_smd_tools.py", line 2603, in writeSMD
    return writeDMX( context, object, groupIndex, filepath, smd_type, quiet )
  File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\2.67\scripts\addons\io_smd_tools.py", line 2872, in writeDMX
    if (mat_path[-1] != '/'): mat_path += '/'
IndexError: string index out of range

location: <unknown location>:-1

When trying to export the scene:
Blender quits

Additional info:
Blender v2.67 (64bit)
Windows 8 (64 bit)
msvcm90.dll, msvcp90.dll and msvcr90.dll deleted,
VC++ 2008 (64bit) installed
Source engine exporter 1.6.6

Original issue reported on code.google.com by TiRi2...@web.de on 14 May 2013 at 7:44

GoogleCodeExporter commented 9 years ago
Fixed r312, update released: http://code.google.com/p/blender-smd/downloads/list

Original comment by cont...@steamreview.org on 14 May 2013 at 8:48