Skip to content

Commit

Permalink
Part: register facemaker classes into typesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepSOIC committed Oct 1, 2016
1 parent 02286a2 commit 12d33e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Mod/Part/App/AppPart.cpp
Expand Up @@ -97,6 +97,9 @@
#include "DatumFeature.h"
#include "Attacher.h"
#include "AttachableObject.h"
#include "FaceMaker.h"
#include "FaceMakerCheese.h"
#include "FaceMakerBullseye.h"

namespace Part {
extern PyObject* initModule();
Expand Down Expand Up @@ -241,6 +244,13 @@ PyMODINIT_FUNC initPart()
Part::PropertyShapeHistory ::init();
Part::PropertyFilletEdges ::init();

Part::FaceMaker ::init();
Part::FaceMakerPublic ::init();
Part::FaceMakerSimple ::init();
Part::FaceMakerCheese ::init();
Part::FaceMakerExtrusion ::init();
Part::FaceMakerBullseye ::init();

Attacher::AttachEngine ::init();
Attacher::AttachEngine3D ::init();
Attacher::AttachEnginePlane ::init();
Expand Down

0 comments on commit 12d33e8

Please sign in to comment.