diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py index 9e6932717b7d863551dd566ccaa7f670616d5b60..2094ef5f52f2ecab58640364de7b4f2a95dd674f 100644 --- a/io_mesh_stl/__init__.py +++ b/io_mesh_stl/__init__.py @@ -165,7 +165,7 @@ class ExportSTL(Operator, ExportHelper, IOSTLOrientationHelper): use_scene_unit = BoolProperty( name="Scene Unit", description="Apply current scene's unit (as defined by unit scale) to exported data", - default=True, + default=False, ) ascii = BoolProperty( name="Ascii", @@ -175,7 +175,7 @@ class ExportSTL(Operator, ExportHelper, IOSTLOrientationHelper): use_mesh_modifiers = BoolProperty( name="Apply Modifiers", description="Apply the modifiers before saving", - default=False, + default=True, )