Toponaming: Additional element map changes to transform

This commit is contained in:
bgbsww
2024-08-06 21:29:42 -04:00
committed by Chris Hennes
parent f6c8850e80
commit 2b97b20a03
5 changed files with 34 additions and 78 deletions

View File

@@ -11384,7 +11384,6 @@ App::ElementNamePair SketchObject::getElementName(
index.appendToStringBuffer(ret.oldName);
if (auto realName = convertInternalName(ret.oldName.c_str())) {
Data::MappedElement mappedElement;
(void)realName;
if (mapped)
mappedElement = InternalShape.getShape().getElementName(name);
else if (type == ElementNameType::Export)