Hey guys, I'm having problems exporting a simple model from Blender 2.6.
When I try to export it, I get this error:
[code]Traceback (most recent call last):
File "C:\Users\weltensturm\AppData\Roaming\Blender Foundation\Blender\2.63\scripts\addons\io_smd_tools.py", line 3263, in execute
self.exportObject(context,context.active_object,groupIndex=props.groupIndex)
File "C:\Users\weltensturm\AppData\Roaming\Blender Foundation\Blender\2.63\scripts\addons\io_smd_tools.py", line 3359, in exportObject
if writeSMD(context, object, groupIndex, path + getFileExt()):
File "C:\Users\weltensturm\AppData\Roaming\Blender Foundation\Blender\2.63\scripts\addons\io_smd_tools.py", line 2700, in writeSMD
writeFrames()
File "C:\Users\weltensturm\AppData\Roaming\Blender Foundation\Blender\2.63\scripts\addons\io_smd_tools.py", line 2159, in writeFrames
action = smd.a.animation_data.action
AttributeError: 'NoneType' object has no attribute 'animation_data'
location:<unknown location>:-1[/code]
[QUOTE][IMG]http://i.imgur.com/tJN3s.png[/IMG][/QUOTE]
I guess it's looking for an animation that is not there, but I have no idea.
Sorry, you need to Log In to post a reply to this thread.