Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-01-26 09:56:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-26 09:56:41 +0300
commit4c669445b322dfa9be567542679463f2e84818c3 (patch)
tree99a2c175272009c052d495043bd77d4c4d6cc87d
parent9f49cd1cb06a93dda151a74741db383e4bc174d7 (diff)
STL import: don't apply scene-scale by default
-rw-r--r--io_mesh_stl/__init__.py2
1 files changed, 1 insertions, 1 deletions
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(