[Bf-extensions-cvs] [4c66944] master: STL import: don't apply scene-scale by default

Campbell Barton noreply at git.blender.org
Tue Jan 26 08:04:25 CET 2016


Commit: 4c669445b322dfa9be567542679463f2e84818c3
Author: Campbell Barton
Date:   Tue Jan 26 17:56:41 2016 +1100
Branches: master
https://developer.blender.org/rBA4c669445b322dfa9be567542679463f2e84818c3

STL import: don't apply scene-scale by default

===================================================================

M	io_mesh_stl/__init__.py

===================================================================

diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py
index e669659..fc8bced 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(



More information about the Bf-extensions-cvs mailing list