0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

Add elements used in SMESH_2smeshpy
This commit is contained in:
eap 2012-03-07 15:11:06 +00:00
parent 5ccb7d953a
commit 4a78d582ba

View File

@ -191,6 +191,13 @@ bool SMESHGUI_XmlHandler::startElement (const QString&, const QString&,
}
}
}
else if ( qName == "python-wrap" ||
qName == "algo" ||
qName == "hypo" )
{
// elements used in SMESH_2smeshpy
return true;
}
else
{
// error