Skip to content

Commit

Permalink
FEM:fix remaining result object in memory in femmesh2mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
fandaL committed Sep 29, 2022
1 parent aff4172 commit 997d154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/femcommands/manager.py
Expand Up @@ -225,6 +225,7 @@ def with_femmesh_andor_res_selected(self):
sel = FreeCADGui.Selection.getSelection()
if len(sel) == 1 and sel[0].isDerivedFrom("Fem::FemMeshObject"):
self.selobj = sel[0]
self.selobj2 = None
return True
elif len(sel) == 2:
if sel[0].isDerivedFrom("Fem::FemMeshObject"):
Expand Down

0 comments on commit 997d154

Please sign in to comment.