PartDesign: add FeaturePython

Opens a window to extend PartDesign with Python
This commit is contained in:
DeepSOIC
2017-03-03 03:39:51 +03:00
committed by Yorik van Havre
parent 271bc7450e
commit d9c803ffce
6 changed files with 118 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ PyMOD_INIT_FUNC(_PartDesign)
// This function is responsible for adding inherited slots from a type's base class.
PartDesign::Feature ::init();
PartDesign::FeaturePython ::init();
PartDesign::Solid ::init();
PartDesign::DressUp ::init();
PartDesign::FeatureAddSub ::init();