X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=blender%2Fio_mspgl%2Fexport_mesh.py;h=cae0e5894b97fa05f6f9fa21bd3c2f2b6bdc03b9;hp=7f6674d31beacd7988d0d01147608cd9a9710c68;hb=af4769679fc41cfd95bb12777423f7672ba5f661;hpb=9b576665bf488d4a4e113afd761d5caef3ae6f65 diff --git a/blender/io_mspgl/export_mesh.py b/blender/io_mspgl/export_mesh.py index 7f6674d3..cae0e589 100644 --- a/blender/io_mspgl/export_mesh.py +++ b/blender/io_mspgl/export_mesh.py @@ -50,7 +50,7 @@ class MeshExporter: self.export_groups = False self.max_groups = 2 - def stripify(self, mesh, progress = None): + def stripify(self, mesh, progress=None): for f in mesh.faces: f.flag = False