Blender exporter:
At line 153, wrong function to execute :
self.exportMesh()
if self.export_maa:
self.exportMAA()
if self.export_mta:
self.exportMTA()
153: if self.export_maa: should be mma instead of maa
self.exportMMA()
Original issue reported on code.google.com by MaratisB...@gmail.com on 13 Oct 2013 at 9:21
Original issue reported on code.google.com by
MaratisB...@gmail.com
on 13 Oct 2013 at 9:21