d2f94c3d78976aa63882f5e7e25eca8177302b74
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.
Description
No description provided
Languages
Python
98.6%
Makefile
1.4%