sivarajankumar / maratis

Automatically exported from code.google.com/p/maratis
0 stars 0 forks source link

Blender Export (mma-mta) #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
good, thank you

Original comment by anael.se...@gmail.com on 13 Oct 2013 at 8:29

GoogleCodeExporter commented 8 years ago
done

Original comment by anael.se...@gmail.com on 14 Oct 2013 at 10:28