X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=blender%2Fio_mspmath%2Fexport_shape.py;fp=blender%2Fio_mspmath%2Fexport_shape.py;h=7eace40addf957b64bd0ebac1d4c28ba223f0e65;hb=338866aa988a4a450f4e78f65d3e3ec08c7112c7;hp=793daaee77adf406623e2b0dada2187154f1022c;hpb=b7d1873aa023f4d4b81b32a3bce0b88e1e0e63ac;p=libs%2Fmath.git diff --git a/blender/io_mspmath/export_shape.py b/blender/io_mspmath/export_shape.py index 793daae..7eace40 100644 --- a/blender/io_mspmath/export_shape.py +++ b/blender/io_mspmath/export_shape.py @@ -159,7 +159,6 @@ class ShapeExporter: errors.append(("SPHERE", SphereFit(mesh).fit())) errors.append(("BOX", BoxFit(mesh).fit())) errors.sort(key=lambda x:x[1]) - print(errors) shape_type = errors[0][0] if shape_type=="SPHERE":