shaise / FreeCAD_SheetMetal

A simple sheet metal workbench for FreeCAD
http://theseger.com/projects/2015/06/sheet-metal-addon-for-freecad/
GNU Lesser General Public License v2.1
205 stars 58 forks source link

Fix lost of topo naming #362

Closed realthunder closed 3 months ago

realthunder commented 3 months ago

Related realthunder/FreeCAD#1013. The root cause is lost of topo naming due a bug in mapShapes() and is fixed in here. There is also a minor problem in your code, hence the PR here.

In my branch, you can check if topo naming is working by mouse over highlight. It should show the added shape.

Screenshot from 2024-08-19 20-58-53

shaise commented 3 months ago

Thanks a lot! you are my hero!