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/ui.py')
-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