Skip to content

Commit

Permalink
Parametric comb Activated() command now returns the feature python ob…
Browse files Browse the repository at this point in the history
…ject.
  • Loading branch information
tomate44 committed Jan 12, 2022
1 parent 985c788 commit 41c005b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freecad/Curves/ParametricComb.py
Expand Up @@ -574,6 +574,7 @@ def Activated(self):
obj = FreeCAD.ActiveDocument.addObject("App::FeaturePython", "Comb")
Comb(obj, edges)
ViewProviderComb(obj.ViewObject)
return obj
else:
self.appendEdges(combSelected, edges)

Expand Down

0 comments on commit 41c005b

Please sign in to comment.