X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=blender%2Fio_mspgl%2Fmesh.py;h=3f9ab02e2bd3dabf8493088b114f398c77983659;hp=ca2848b61c605c800c044d8edb9b3c6c508bcdeb;hb=f241ccca7d0d3f3073a948377bd557a70aa8f1d2;hpb=9f8b7c740f3251ba5c6d94954431709d149aafae diff --git a/blender/io_mspgl/mesh.py b/blender/io_mspgl/mesh.py index ca2848b6..3f9ab02e 100644 --- a/blender/io_mspgl/mesh.py +++ b/blender/io_mspgl/mesh.py @@ -795,7 +795,7 @@ class Mesh: e.key = make_edge_key(e.vertices[0].index, e.vertices[1].index) -def create_mesh_from_object(context, obj, progress, *, material_atlas=None): +def create_mesh_from_object(context, obj, material_atlas, progress): if obj.type!="MESH": raise Exception("Object is not a mesh")