diff --git a/src/Mod/Fem/App/FemResultValue.cpp b/src/Mod/Fem/App/FemResultValue.cpp index b882fe676d..24d4a598bb 100644 --- a/src/Mod/Fem/App/FemResultValue.cpp +++ b/src/Mod/Fem/App/FemResultValue.cpp @@ -64,7 +64,7 @@ namespace App { /// @cond DOXERR PROPERTY_SOURCE_TEMPLATE(Fem::FemResultValuePython, Fem::FemResultValue) template<> const char* Fem::FemResultValuePython::getViewProviderName(void) const { - return "FemGui::ViewProviderFemResultValuePython"; + return "FemGui::ViewProviderResultPython"; } /// @endcond diff --git a/src/Mod/Fem/App/FemResultVector.cpp b/src/Mod/Fem/App/FemResultVector.cpp index 1196ecbaeb..680aa01723 100644 --- a/src/Mod/Fem/App/FemResultVector.cpp +++ b/src/Mod/Fem/App/FemResultVector.cpp @@ -64,7 +64,7 @@ namespace App { /// @cond DOXERR PROPERTY_SOURCE_TEMPLATE(Fem::FemResultVectorPython, Fem::FemResultVector) template<> const char* Fem::FemResultVectorPython::getViewProviderName(void) const { - return "FemGui::ViewProviderFemResultVectorPython"; + return "FemGui::ViewProviderResultPython"; } /// @endcond diff --git a/src/Mod/Fem/Gui/AppFemGui.cpp b/src/Mod/Fem/Gui/AppFemGui.cpp index 1edd9bcb54..45518d1242 100755 --- a/src/Mod/Fem/Gui/AppFemGui.cpp +++ b/src/Mod/Fem/Gui/AppFemGui.cpp @@ -96,6 +96,7 @@ void FemGuiExport initFemGui() FemGui::ViewProviderFemConstraintGear ::init(); FemGui::ViewProviderFemConstraintPulley ::init(); FemGui::ViewProviderResult ::init(); + FemGui::ViewProviderResultPython ::init(); Base::Interpreter().loadModule("MechanicalAnalysis"); Base::Interpreter().loadModule("MechanicalMaterial");