[Bf-extensions-cvs] [708e871] master: Change UI name of clean non-manifold operator to reflect that it does

ZanQdo noreply at git.blender.org
Fri Oct 2 05:27:33 CEST 2015


Commit: 708e8714cf78156a3163a35fdabe059cfb01b243
Author: ZanQdo
Date:   Wed Jul 1 10:24:13 2015 -0600
Branches: master
https://developer.blender.org/rBA708e8714cf78156a3163a35fdabe059cfb01b243

Change UI name of clean non-manifold operator to reflect that it does

===================================================================

M	object_print3d_utils/ui.py

===================================================================

diff --git a/object_print3d_utils/ui.py b/object_print3d_utils/ui.py
index dfe2ac4..2bcf4d5 100644
--- a/object_print3d_utils/ui.py
+++ b/object_print3d_utils/ui.py
@@ -106,7 +106,7 @@ class Print3DToolBar:
         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")
+        col.operator("mesh.print3d_clean_non_manifold", text="Make Manifold")
         # XXX TODO
         # col.operator("mesh.print3d_clean_thin", text="Wall Thickness")



More information about the Bf-extensions-cvs mailing list