]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/export_mesh.py
Some fixes for the scene exporter
[libs/gl.git] / blender / io_mspgl / export_mesh.py
index 1652c1a494756eec3c772718b01897297046e444..140d745e071b77a885ca64c5f8b983d81ee017ad 100644 (file)
@@ -195,7 +195,7 @@ class MeshExporter:
 
        def export(self, context, out_file, objs=None, progress=None):
                if objs:
-                       objs = [(o, mathutils.Matrix()) for i in objs]
+                       objs = [(o, mathutils.Matrix()) for o in objs]
 
                if self.compound:
                        if objs is None: