Port Attacher codde to the extension framework
AttachableObjects are desired in multiple occasions, and the current AttachableObject is not flexible enough to handle all cases. Hence the code is portet to an extension, which gives the needed flexibility.
This commit is contained in:
@@ -93,7 +93,7 @@ App::DocumentObjectExecReturn *Feature::recompute(void)
|
||||
App::DocumentObjectExecReturn *Feature::execute(void)
|
||||
{
|
||||
this->Shape.touch();
|
||||
return App::DocumentObject::StdReturn;
|
||||
return GeoFeature::execute();
|
||||
}
|
||||
|
||||
PyObject *Feature::getPyObject(void)
|
||||
|
||||
Reference in New Issue
Block a user