]> git.tdb.fi Git - libs/gl.git/commitdiff
Set MeshExporter default values to match those in the operator
authorMikko Rasa <tdb@tdb.fi>
Sat, 16 Aug 2014 22:46:27 +0000 (01:46 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 16 Aug 2014 22:46:27 +0000 (01:46 +0300)
blender/io_mspgl/export_mesh.py

index 7ce501bced05bb122eccf2ff518b57e791b334a2..dbb3a269fcdab5f711bab6920da3f6f9b696e1ff 100644 (file)
@@ -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 = ""