From fbd222ca2a2fad7fd0743063a0f89c6e4d00b17c Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 20 Jul 2020 16:17:07 +0200 Subject: [PATCH] FEM: migrate tools, fix github links --- src/Mod/Fem/femguiutils/migrate_gui.py | 6 +++--- src/Mod/Fem/femtools/migrate_app.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Mod/Fem/femguiutils/migrate_gui.py b/src/Mod/Fem/femguiutils/migrate_gui.py index 7910663239..4ff5862cb2 100644 --- a/src/Mod/Fem/femguiutils/migrate_gui.py +++ b/src/Mod/Fem/femguiutils/migrate_gui.py @@ -415,7 +415,7 @@ module="femguiobjects._ViewProviderFemSolverCalculix" third big moving from PyGui to femguiobjects, following the parent commit -https://github.com/berndhahnebach/FreeCAD_bhb/tree/07ae0e56c4/src/Mod/Fem/PyGui +https://github.com/FreeCAD/FreeCAD/tree/07ae0e56c4/src/Mod/Fem/PyGui module="PyGui._ViewProviderFemConstraintBodyHeatSource" module="PyGui._ViewProviderFemConstraintElectrostaticPotential" module="PyGui._ViewProviderFemConstraintFlowVelocity" @@ -442,7 +442,7 @@ module="PyGui._ViewProviderFemShellThickness" second big moveing into PyObjects, following the parent commit -https://github.com/berndhahnebach/FreeCAD_bhb/tree/7f884e8bff/src/Mod/Fem +https://github.com/FreeCAD/FreeCAD/tree/7f884e8bff/src/Mod/Fem module="_ViewProviderFemBeamSection" module="_ViewProviderFemConstraintSelfWeight" module="_ViewProviderFemMaterial" @@ -464,7 +464,7 @@ first big moving split modules from one module into make, obj class, vp class, command new obj class module names had a _ following the parent commit of the first split commit -https://github.com/berndhahnebach/FreeCAD_bhb/tree/c3328d6b4e/src/Mod/Fem +https://github.com/FreeCAD/FreeCAD/tree/c3328d6b4e/src/Mod/Fem in this modules there where object class and viewprovider class together # see migrate App module="FemBeamSection" diff --git a/src/Mod/Fem/femtools/migrate_app.py b/src/Mod/Fem/femtools/migrate_app.py index 1a22edee1e..d96d9014cd 100644 --- a/src/Mod/Fem/femtools/migrate_app.py +++ b/src/Mod/Fem/femtools/migrate_app.py @@ -432,7 +432,7 @@ module="femobjects._FemSolverCalculix" third big moving from PyObjects to femobjects, following the parent commit -https://github.com/berndhahnebach/FreeCAD_bhb/tree/07ae0e56c4/src/Mod/Fem/PyObjects +https://github.com/FreeCAD/FreeCAD/tree/07ae0e56c4/src/Mod/Fem/PyObjects module="PyObjects._FemConstraintBodyHeatSource" module="PyObjects._FemConstraintElectrostaticPotential" module="PyObjects._FemConstraintFlowVelocity" @@ -459,7 +459,7 @@ module="PyObjects._FemShellThickness" second big moveing into PyObjects, following the parent commit -https://github.com/berndhahnebach/FreeCAD_bhb/tree/7f884e8bff/src/Mod/Fem +https://github.com/FreeCAD/FreeCAD/tree/7f884e8bff/src/Mod/Fem module="_FemBeamSection" module="_FemConstraintSelfWeight" module="_FemMaterial" @@ -481,7 +481,7 @@ first big moving split modules from one module into make, obj class, vp class, command new obj class module names had a _ following the parent commit of the first split commit -https://github.com/berndhahnebach/FreeCAD_bhb/tree/c3328d6b4e/src/Mod/Fem +https://github.com/FreeCAD/FreeCAD/tree/c3328d6b4e/src/Mod/Fem in this modules there where object class and viewprovider class together module="FemBeamSection" module="FemShellThickness"