X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=blender%2Fio_mspgl%2Foutfile.py;h=2c747a8713dbbb697007bc15f5fe671d0cfc986b;hb=36ce025ec317bbe57719f94886d5d31932754d40;hp=2ccaa1b0008ede74db44fc2c8135a80978b1a1c5;hpb=44fc9b88ead11e7325bd193e4c853f8b10e9b175;p=libs%2Fgl.git diff --git a/blender/io_mspgl/outfile.py b/blender/io_mspgl/outfile.py index 2ccaa1b0..2c747a87 100644 --- a/blender/io_mspgl/outfile.py +++ b/blender/io_mspgl/outfile.py @@ -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)