starting implementing assembly

This commit is contained in:
jriegel 2011-12-21 14:21:39 +01:00 committed by Stefan Tröger
parent 07e9c5cd8d
commit 33318314d8

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());