Draft: Fix wire placement issue if Copy=False.

This commit is contained in:
Roy-043
2020-09-01 12:49:51 +02:00
committed by Yorik van Havre
parent 73d247d245
commit 48e0b570fc

View File

@@ -218,6 +218,7 @@ def offset(obj, delta, copy=False, bind=False, sym=False, occ=False):
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)