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.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/object_print3d_utils/ui.py b/object_print3d_utils/ui.py
index e9a7f039..e43f5ef1 100644
--- a/object_print3d_utils/ui.py
+++ b/object_print3d_utils/ui.py
@@ -109,9 +109,7 @@ class VIEW3D_PT_print3d_cleanup(Panel, Setup):
print_3d = context.scene.print_3d
- col = layout.column(align=True)
- col.operator("mesh.print3d_clean_isolated", text="Isolated")
- row = col.row(align=True)
+ row = layout.row(align=True)
row.operator("mesh.print3d_clean_distorted", text="Distorted")
row.prop(print_3d, "angle_distort", text="")
layout.operator("mesh.print3d_clean_non_manifold", text="Make Manifold")