Skip to content
Snippets Groups Projects
Commit 0510a4d7 authored by meta-androcto's avatar meta-androcto
Browse files

print3d utils: Fix T48213

parent ba6a119d
Branches
Tags
No related merge requests found
...@@ -58,9 +58,11 @@ class Print3DToolBar: ...@@ -58,9 +58,11 @@ class Print3DToolBar:
col.operator("mesh.print3d_select_report", col.operator("mesh.print3d_select_report",
text=text, text=text,
icon=Print3DToolBar._type_to_icon[bm_type]).index = i icon=Print3DToolBar._type_to_icon[bm_type]).index = i
layout.operator("mesh.select_non_manifold", text='Non Manifold Extended')
else: else:
col.label(text) col.label(text)
def draw(self, context): def draw(self, context):
layout = self.layout layout = self.layout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment