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:
authormeta-androcto <meta.androcto1@gmail.com>2017-05-28 10:45:05 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-05-28 10:45:05 +0300
commit0510a4d77d299f85a68bba8fdb361cf2402ba81e (patch)
tree2e72edfb4f74eba24b4b3ff508cff49c06e00ec0 /object_print3d_utils
parentba6a119db23a04dadf52c7f46bc4c62926c60625 (diff)
print3d utils: Fix T48213
Diffstat (limited to 'object_print3d_utils')
-rw-r--r--object_print3d_utils/ui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/object_print3d_utils/ui.py b/object_print3d_utils/ui.py
index 14a27bf5..dd286557 100644
--- a/object_print3d_utils/ui.py
+++ b/object_print3d_utils/ui.py
@@ -58,9 +58,11 @@ class Print3DToolBar:
col.operator("mesh.print3d_select_report",
text=text,
icon=Print3DToolBar._type_to_icon[bm_type]).index = i
+ layout.operator("mesh.select_non_manifold", text='Non Manifold Extended')
else:
col.label(text)
+
def draw(self, context):
layout = self.layout