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:
Diffstat (limited to 'object_print3d_utils/export.py')
-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':