Skip to content

Commit

Permalink
Draft: Fix wire placement issue if Copy=False.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-043 authored and yorikvanhavre committed Sep 8, 2020
1 parent 7f3814f commit db947e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Draft/draftfunctions/offset.py
Expand Up @@ -218,6 +218,7 @@ def getRadius(obj,delta):
App.Console.PrintWarning("Warning: object history removed\n")
obj.Base = None
obj.Tool = None
obj.Placement = App.Placement() # p points are in the global coordinate system
obj.Points = p
elif utils.get_type(obj) == "BSpline":
#print(delta)
Expand Down

0 comments on commit db947e3

Please sign in to comment.