Extensions: Show up in the python interface

This commit is contained in:
Stefan Tröger
2016-06-01 08:37:28 +02:00
committed by wmayer
parent 6fa964c53f
commit 552fe52774
21 changed files with 435 additions and 258 deletions

View File

@@ -35,7 +35,7 @@
using namespace App;
PROPERTY_SOURCE(App::Part, App::DocumentObject)
PROPERTY_SOURCE_WITH_EXTENSIONS(App::Part, App::DocumentObject, (App::OriginGroupExtension))
//===========================================================================
@@ -60,7 +60,7 @@ Part::Part(void)
// color and apperance
ADD_PROPERTY(Color, (1.0, 1.0, 1.0, 1.0)); // set transparent -> not used
setExtendedObject(this);
GroupExtension::initExtension(this);
}
Part::~Part(void)