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>2015-12-18 09:05:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-18 09:05:07 +0300
commit485335576104d98a5e19c337d62578277672715f (patch)
tree38cff25efcf3e5b929371c1ab45d776f905ab0ea
parent27a32b3ed5f8ae2ae332ff403d2fb68d876840fe (diff)
Update 3d-print toolbox to only export selection
-rw-r--r--object_print3d_utils/export.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/object_print3d_utils/export.py b/object_print3d_utils/export.py
index d0eeca3f..49a33e77 100644
--- a/object_print3d_utils/export.py
+++ b/object_print3d_utils/export.py
@@ -122,6 +122,7 @@ def write_mesh(context, info, report_cb):
filepath=filepath,
ascii=False,
use_mesh_modifiers=True,
+ use_selection=True,
global_scale=global_scale,
)
elif export_format == 'PLY':