diff --git a/src/App/ComplexGeoDataPyImp.cpp b/src/App/ComplexGeoDataPyImp.cpp index 4cd6116d05..e527da83a1 100644 --- a/src/App/ComplexGeoDataPyImp.cpp +++ b/src/App/ComplexGeoDataPyImp.cpp @@ -493,6 +493,7 @@ Py::Dict ComplexGeoDataPy::getElementReverseMap() const Py::List list(item); s.clear(); list.append(Py::String(v.name.appendToBuffer(s))); + value = list; } else { Py::List list; diff --git a/src/Mod/Part/parttests/TopoShapeTest.py b/src/Mod/Part/parttests/TopoShapeTest.py index c41e789794..926e380d65 100644 --- a/src/Mod/Part/parttests/TopoShapeTest.py +++ b/src/Mod/Part/parttests/TopoShapeTest.py @@ -790,6 +790,7 @@ class TopoShapeTest(unittest.TestCase, TopoShapeAssertions): self.doc.addObject("Part::Cut", "Cut") self.doc.Cut.Base = self.doc.Compound1 self.doc.Cut.Tool = self.doc.Cylinder1 + self.doc.Cut.Refine = False # Act self.doc.recompute() cut1 = self.doc.Cut.Shape