From: Mikko Rasa Date: Sat, 16 Aug 2014 22:46:27 +0000 (+0300) Subject: Set MeshExporter default values to match those in the operator X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=7533ecca549e09eab5ef229292de8908370c395c Set MeshExporter default values to match those in the operator --- diff --git a/blender/io_mspgl/export_mesh.py b/blender/io_mspgl/export_mesh.py index 7ce501bc..dbb3a269 100644 --- a/blender/io_mspgl/export_mesh.py +++ b/blender/io_mspgl/export_mesh.py @@ -35,11 +35,11 @@ class VertexCache: class MeshExporter: def __init__(self): self.use_strips = True - self.use_degen_tris = True + self.use_degen_tris = False self.max_strip_len = 1024 - self.optimize_cache = False + self.optimize_cache = True self.cache_size = 64 - self.export_lines = True + self.export_lines = False self.export_uv = "UNIT0" self.tbn_vecs = False self.tbn_uvtex = ""