chore: remove ZTools addon from build and loader #344
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 ZTools from the compiled program. ZTools commands will be reworked as part of the expanded SDK UI/UX system.
Files to modify
src/Mod/Create/CMakeLists.txt— remove ZTools install block (lines 44-56).gitmodules— removemods/ztoolssubmodule entrysrc/Mod/Create/addon_loader.py— removeztoolsfrom legacy fallback ordertests/test_kindred_pure.py— remove ztools imports and test classes (DatumCreatorTaskPanel,spreadsheet_commands).gitea/ISSUE_TEMPLATE/*.yml— remove 'ztools Workbench' categoryFiles to leave as-is
Part of the UI/UX rework preparation. See #344.