forbes d2f94c3d78 fix: defer PartDesign manipulator registration until commands are imported
The _ZToolsPartDesignManipulator was registered at module load time via
Gui.addWorkbenchManipulator(), but the commands it references
(ZTools_DatumCreator, ZTools_DatumManager, ZTools_EnhancedPocket,
ZTools_RotatedLinearPattern) are not registered until Initialize()
imports the command modules.

Move the addWorkbenchManipulator() call into Initialize() with a guard
to prevent duplicate registration. This eliminates the 'Unknown command'
warnings on startup.
2026-02-01 19:51:56 -06:00
2026-01-24 15:16:09 -06:00
2026-01-24 15:16:09 -06:00
2026-01-24 15:16:09 -06:00
2026-01-26 06:34:59 -06:00
2026-01-26 06:34:59 -06:00
2026-01-24 15:16:09 -06:00
Description
No description provided
467 KiB
Languages
Python 98.6%
Makefile 1.4%