mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-07 06:24:16 +05:00
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:
parent
5ccb7d953a
commit
4a78d582ba
@ -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
|
else
|
||||||
{
|
{
|
||||||
// error
|
// error
|
||||||
|
Loading…
Reference in New Issue
Block a user