From 4c669445b322dfa9be567542679463f2e84818c3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 26 Jan 2016 17:56:41 +1100 Subject: STL import: don't apply scene-scale by default --- io_mesh_stl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_mesh_stl/__init__.py') diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py index e669659d..fc8bced2 100644 --- a/io_mesh_stl/__init__.py +++ b/io_mesh_stl/__init__.py @@ -109,7 +109,7 @@ class ImportSTL(Operator, ImportHelper, IOSTLOrientationHelper): use_scene_unit = BoolProperty( name="Scene Unit", description="Apply current scene's unit (as defined by unit scale) to imported data", - default=True, + default=False, ) use_facet_normal = BoolProperty( -- cgit v1.2.3