Extension: Dont override PythonFeature proxy name

This commit is contained in:
Stefan Tröger
2016-09-09 11:17:41 +02:00
committed by wmayer
parent 7a2fed1b75
commit 07d749525f
2 changed files with 4 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ PyObject* ExtensionContainerPy::addExtension(PyObject *args) {
ext->initExtension(getExtensionContainerPtr());
//set the proxy to allow python overrides
App::Property* pp = ext->getPropertyByName("Proxy");
App::Property* pp = ext->getPropertyByName("ExtensionProxy");
if(!pp) {
std::stringstream str;
str << "Accessing the proxy property failed!" << std::ends;