chore: remove QuickNav addon from build and loader #343
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove QuickNav from the compiled program. The QuickNav addon will be reworked as part of the expanded SDK UI/UX system.
Files to modify
src/Mod/Create/CMakeLists.txt— remove QuickNav install block (lines 88-102).gitmodules— removemods/quicknavsubmodule entrytests/test_kindred_pure.py— remove quicknav imports andTestWorkbenchMapclass.gitea/ISSUE_TEMPLATE/*.yml— remove QuickNav references if presentFiles to leave as-is
src/Mod/Create/addon_loader.py— no quicknav-specific code (manifest-driven, will simply not find it)Part of the UI/UX rework preparation. See #344.