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>2014-08-11 03:20:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-08-11 03:20:11 +0400
commita88a2e646018b3f9b8d1f818f0a08370b2a0dd67 (patch)
tree99867a14c1a285a261f30b9f2e094d10798c9026 /object_print3d_utils/ui.py
parent544a5a6d80ca167cac3e8b5c47aad8bdd20eaf5e (diff)
Patch T41093: Cleanup non-manifold
by Caretdashcaret with own edits
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 508f8efa..dfe2ac49 100644
--- a/object_print3d_utils/ui.py
+++ b/object_print3d_utils/ui.py
@@ -105,6 +105,8 @@ class Print3DToolBar:
rowsub = col.row(align=True)
rowsub.operator("mesh.print3d_clean_distorted", text="Distorted")
rowsub.prop(print_3d, "angle_distort", text="")
+ col = layout.column()
+ col.operator("mesh.print3d_clean_non_manifold", text="Non-Manifold")
# XXX TODO
# col.operator("mesh.print3d_clean_thin", text="Wall Thickness")