starting implementing assembly

This commit is contained in:
jriegel
2011-12-21 14:21:39 +01:00
committed by Stefan Tröger
parent a5d9517f91
commit 5e7654b794

View File

@@ -44,7 +44,7 @@ void AppAssemblyExport initAssembly()
// load dependend module
try {
Base::Interpreter().loadModule("Part");
//Base::Interpreter().loadModule("Mesh");
Base::Interpreter().loadModule("PartDesign");
}
catch(const Base::Exception& e) {
PyErr_SetString(PyExc_ImportError, e.what());