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 77bab60f74
commit 392423da14

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