- Geo Editor -> Simplification Sub-tool: fixed an issue when calculating vertexes number

This commit is contained in:
Marius Stanciu
2024-01-03 03:44:08 +02:00
parent 9089fa6b1f
commit c3f2f8fdeb
3 changed files with 34 additions and 28 deletions

View File

@@ -3094,7 +3094,7 @@ class FCSimplification(FCShapeTool):
self.draw_app.plot_all()
last_sel_geo = self.draw_app.selected[-1].geo
self.simp_tool.calculate_coords_vertex(last_sel_geo)
self.simp_tool.calculate_coordinates_vertex(last_sel_geo)
def clean_up(self):
self.draw_app.selected = []