PartDesign/Gui: move body commands to a separate file
This commit is contained in:
committed by
Stefan Tröger
parent
f6b0ed3a47
commit
3fff7c6ef2
@@ -63,6 +63,7 @@
|
||||
|
||||
// use a different name to CreateCommand()
|
||||
void CreatePartDesignCommands(void);
|
||||
void CreatePartDesignBodyCommands(void);
|
||||
void CreatePartDesignPrimitiveCommands(void);
|
||||
|
||||
void loadPartDesignResource()
|
||||
@@ -116,6 +117,7 @@ PyMODINIT_FUNC initPartDesignGui()
|
||||
|
||||
// instantiating the commands
|
||||
CreatePartDesignCommands();
|
||||
CreatePartDesignBodyCommands();
|
||||
CreatePartDesignPrimitiveCommands();
|
||||
|
||||
PartDesignGui::Workbench ::init();
|
||||
|
||||
Reference in New Issue
Block a user