chore: remove ZTools addon from build and loader #344

Closed
opened 2026-02-27 18:20:48 +00:00 by forbes · 0 comments
Owner

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 — remove mods/ztools submodule entry
  • src/Mod/Create/addon_loader.py — remove ztools from legacy fallback order
  • tests/test_kindred_pure.py — remove ztools imports and test classes (DatumCreatorTaskPanel, spreadsheet_commands)
  • .gitea/ISSUE_TEMPLATE/*.yml — remove 'ztools Workbench' category

Files to leave as-is

  • Documentation updates handled in a separate issue

Part of the UI/UX rework preparation. See #344.

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` — remove `mods/ztools` submodule entry - `src/Mod/Create/addon_loader.py` — remove `ztools` from legacy fallback order - `tests/test_kindred_pure.py` — remove ztools imports and test classes (`DatumCreatorTaskPanel`, `spreadsheet_commands`) - `.gitea/ISSUE_TEMPLATE/*.yml` — remove 'ztools Workbench' category ## Files to leave as-is - Documentation updates handled in a separate issue Part of the UI/UX rework preparation. See #344.
forbes added the UX label 2026-02-27 18:20:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#344