]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/outfile.py
Minor tweaks to the Blender exporter
[libs/gl.git] / blender / io_mspgl / outfile.py
index 2ccaa1b0008ede74db44fc2c8135a80978b1a1c5..2c747a8713dbbb697007bc15f5fe671d0cfc986b 100644 (file)
@@ -13,7 +13,7 @@ class OutFile:
                pstr = ""
                for p in params:
                        if type(p)==float:
-                               pstr += " %.6g"%p
+                               pstr += " %#.6g"%p
                        else:
                                pstr += " %s"%p
                return "%s%s"%(kwd, pstr)