From 50c67ce2f623c00fb46560fc171eafb1367a1528 Mon Sep 17 00:00:00 2001 From: Eric Price Date: Wed, 30 Oct 2024 23:28:50 +0100 Subject: [PATCH] fix #17578 - RIP bgbsww , don't worry, we got this. --- src/Mod/Part/App/PartFeature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/App/PartFeature.cpp b/src/Mod/Part/App/PartFeature.cpp index 48b43585b3..5924616e5e 100644 --- a/src/Mod/Part/App/PartFeature.cpp +++ b/src/Mod/Part/App/PartFeature.cpp @@ -227,7 +227,7 @@ App::ElementNamePair Feature::getExportElementName(TopoShape shape, if (!name) { continue; } - indices.emplace_back(name.size(), + indices.emplace_back(names.size(), shape.findAncestors(ss.getShape(), res.first)); names.push_back(name); if (indices.back().second.size() == 1 && ++count >= MinLowerTopoNames) {