Draft: fix issue with undo (#8267)

This commit is contained in:
Roy-043
2023-01-31 21:38:19 +01:00
committed by GitHub
parent 28df3265cc
commit f9cdaaf3d9
25 changed files with 249 additions and 117 deletions

View File

@@ -75,6 +75,7 @@ def make_point(X=0, Y=0, Z=0, color=None, name="Point", point_size=5):
X = X.x
Point(obj, X, Y, Z)
obj.Placement.Base = App.Vector(X, Y, Z)
if App.GuiUp:
ViewProviderPoint(obj.ViewObject)