bug(ztools): PartDesign menu insertion fragility — depends on PartDesign_Boolean name #57

Closed
opened 2026-02-08 23:26:00 +00:00 by forbes · 0 comments
Owner

_ZToolsPartDesignManipulator.modifyMenuBar() inserts ztools commands after PartDesign_Boolean. If upstream FreeCAD renames this command, insertions silently fail and ztools commands won't appear in the PartDesign menu.

Expected: More robust insertion strategy that doesn't depend on a specific upstream command name.

Priority: Medium
Source: KNOWN_ISSUES.md #8

`_ZToolsPartDesignManipulator.modifyMenuBar()` inserts ztools commands after `PartDesign_Boolean`. If upstream FreeCAD renames this command, insertions silently fail and ztools commands won't appear in the PartDesign menu. **Expected:** More robust insertion strategy that doesn't depend on a specific upstream command name. **Priority:** Medium **Source:** KNOWN_ISSUES.md #8
forbes added the bug label 2026-02-08 23:26:00 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#57