Draft: make_hatch.py should return the object

This commit is contained in:
Roy-043
2022-07-06 18:44:19 +02:00
committed by GitHub
parent 91f84184bf
commit 2f19dbaf23

View File

@@ -44,3 +44,4 @@ def make_hatch(baseobject, filename, pattern, scale, rotation):
obj.Rotation = rotation
if FreeCAD.GuiUp:
ViewProviderDraftHatch(obj.ViewObject)
return obj