From 450e21385705974b5b02a122f7ab99bcd3535616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Mon, 9 Dec 2024 15:36:19 +0100 Subject: [PATCH] Move "remove_almost_degenerate_faces()" to the correct repair menu --- Lab/demo/Lab/Plugins/PMP/Repair_polyhedron_plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Lab/demo/Lab/Plugins/PMP/Repair_polyhedron_plugin.cpp b/Lab/demo/Lab/Plugins/PMP/Repair_polyhedron_plugin.cpp index 5371fa50dfcb..e15f600b52ed 100644 --- a/Lab/demo/Lab/Plugins/PMP/Repair_polyhedron_plugin.cpp +++ b/Lab/demo/Lab/Plugins/PMP/Repair_polyhedron_plugin.cpp @@ -87,6 +87,7 @@ class CGAL_Lab_repair_cgal_lab_plugin : actionAutorefine->setProperty("subMenuName", "Polygon Mesh Processing/Repair/Experimental"); actionNewAutorefine->setProperty("subMenuName", "Polygon Mesh Processing/Repair"); actionAutorefineAndRMSelfIntersections->setProperty("subMenuName", "Polygon Mesh Processing/Repair/Experimental"); + actionRemoveNeedlesAndCaps->setProperty("subMenuName", "Polygon Mesh Processing/Repair"); actionSnapBorders->setProperty("subMenuName", "Polygon Mesh Processing/Repair/Experimental"); actionAddBbox->setProperty("subMenuName", "Polygon Mesh Processing");