Some fixes in python ViewProvider handling

This commit is contained in:
jriegel
2013-06-09 17:52:03 +02:00
parent a8caab4117
commit 7687079b43
5 changed files with 16 additions and 6 deletions

View File

@@ -1046,6 +1046,7 @@ void Application::initTypes(void)
App ::AnnotationLabel ::init();
App ::MeasureDistance ::init();
App ::MaterialObject ::init();
App ::MaterialObjectPython ::init();
App ::Placement ::init();
App ::Plane ::init();
}