Assembly: Rename to setActiveBody and make link indeipendant Part initialization

This commit is contained in:
jriegel
2014-09-25 12:06:50 +02:00
committed by Stefan Tröger
parent 9bd8762365
commit d87d0e8376
14 changed files with 175 additions and 76 deletions

View File

@@ -31,7 +31,7 @@
#include "GeoFeatureGroupPy.h"
#include "FeaturePythonPyImp.h"
#define new DEBUG_CLIENTBLOCK
// #define new DEBUG_CLIENTBLOCK
using namespace App;
@@ -194,4 +194,4 @@ template<> PyObject* App::GeoFeatureGroupPython::getPyObject(void) {
// explicit template instantiation
template class AppExport FeaturePythonT<App::GeoFeatureGroup>;
}
}