diff --git a/src/Mod/Draft/Draft.py b/src/Mod/Draft/Draft.py index 49add3ddd7..f4b5fc9cf8 100644 --- a/src/Mod/Draft/Draft.py +++ b/src/Mod/Draft/Draft.py @@ -5935,7 +5935,7 @@ class _PathArray(_DraftLink): return base = calculatePlacementsOnPath( obj.Base.Shape.Placement.Rotation,w,obj.Count,obj.Xlate,obj.Align) - obj.Shape = _DraftLink.buildShape(self,obj,pl,base) + return _DraftLink.buildShape(self,obj,pl,base) def getWireFromSubs(self,obj): '''Make a wire from PathObj subelements'''