X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=blender%2Fio_mspgl%2Fexport_scene.py;h=84e6be3e6aa40605f07d80ceeb895895db8c82ea;hb=211d5ec0e55778ab023b1bc6bb54e2c9afa7df0c;hp=a538f4da3ba0f7cd6126e923d5d36693cb3b5a4a;hpb=c2b5834e233a505910047e9c80070853b40091d3;p=libs%2Fgl.git diff --git a/blender/io_mspgl/export_scene.py b/blender/io_mspgl/export_scene.py index a538f4da..84e6be3e 100644 --- a/blender/io_mspgl/export_scene.py +++ b/blender/io_mspgl/export_scene.py @@ -82,4 +82,4 @@ class SceneExporter: axis = q.axis out_file.write("rotation", angle*180/math.pi, axis[0], axis[1], axis[2]) out_file.write("scale", o.scale[0], o.scale[1], o.scale[2]) - out_file.end(); + out_file.end()