MrSanti / blender-smd

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

Does not Export on Blender 2.63a #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load Default Scene
2. Select the default Cube
3. Press Export Cube.smd

What is the expected output? What do you see instead?
Exported Mesh.
Error:
Traceback (most recent call last):
  File "C:\Users\Marvin\AppData\Roaming\Blender Foundation\Blender\2.63\scripts\addons\io_smd_tools.py", line 3451, in invoke
    for g_ob in group.objects:
  File "C:\Users\Marvin\AppData\Roaming\Blender Foundation\Blender\2.63\scripts\addons\io_smd_tools.py", line 3281, in execute
    scene_root = scene.get("smd_path")
  File "C:\Users\Marvin\AppData\Roaming\Blender Foundation\Blender\2.63\scripts\addons\io_smd_tools.py", line 3412, in exportObject
    bl_options = {'REGISTER', 'UNDO'}
  File "<AppDataRoaming>\Blender Foundation\Blender\2.63\scripts\addons\io_smd_tools.py", line 2688, in writeSMD

  File "<AppDataRoaming>\Blender Foundation\Blender\2.63\scripts\addons\io_smd_tools.py", line 2150, in writePolys

AttributeError: 'Mesh' object has no attribute 'faces'

location:<unknown location>:-1

What version of the product are you using? On what operating system?
1.2.3

Please provide any additional information below.
Probably caused by the new BMesh Polygon Engine.

Original issue reported on code.google.com by marvin.g...@gmail.com on 26 May 2012 at 7:05

GoogleCodeExporter commented 8 years ago
You've got an outdated version. Check what version you have from User Prefs > 
Addons.

Follow the installation instructions here: http://code.google.com/p/blender-smd/

Original comment by cont...@steamreview.org on 26 May 2012 at 7:43