Blockland Forums > Modification Help
.DTS Exporter for Blender not working
Killer2:
Ok, so I followed DarkStar's tutorial on preparing a model for exporting. I have the detail32 and shape empties and the meshes. But it won't let me export it at all. I also have the mountpoint. Help :panda:
Demian:
Is the .dts exporter installed correctly? What exactly is the problem? You need to be more precise.
Killer2:
--- Quote from: Demian on April 02, 2011, 05:18:48 AM ---Is the .dts exporter installed correctly? What exactly is the problem? You need to be more precise.
--- End quote ---
Yes
When I export, it gives me an attribute error.
Demian:
Perhaps posting the log would help? It's a text file with the same name as the exported model in the same folder.
Killer2:
--- Code: ---Torque Exporter 0.964
Using blender, version 249
Exporting...
Writing shape to 'C:\Program Files\Blender Foundation\Blender\.blender\Roman Javelin.dts'.
Error: Exception encountered, bailing out.
<type 'exceptions.Exception'>
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\Dts_Blender.py", line 1056, in process
self.Shape = BlenderShape(Prefs)
File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\DtsShape_Blender.py", line 107, in __init__
self.poseUtil = DtsPoseUtil.DtsPoseUtilClass(prefs)
AttributeError: 'module' object has no attribute 'DtsPoseUtilClass'
--- End code ---