Skip to content
Snippets Groups Projects
Commit eb8c2406 authored by Campbell Barton's avatar Campbell Barton
Browse files

Correct error in own last commit with STL defaults

parent 37d9aa75
Branches
Tags
No related merge requests found
......@@ -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,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment