]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/export_mesh.py
Minor adjustments
[libs/gl.git] / blender / io_mspgl / export_mesh.py
index 7f6674d31beacd7988d0d01147608cd9a9710c68..cae0e5894b97fa05f6f9fa21bd3c2f2b6bdc03b9 100644 (file)
@@ -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