Draft: Housekeeping: call 'make' functions with new name, continued

This commit is contained in:
Roy
2022-02-11 17:21:53 +01:00
committed by Uwe
parent 6718d8797e
commit acfdfb9c2d
10 changed files with 25 additions and 25 deletions

View File

@@ -81,7 +81,7 @@ class Facebinder(gui_base_original.Creator):
App.ActiveDocument.openTransaction("Create Facebinder")
Gui.addModule("Draft")
Gui.doCommand("s = FreeCADGui.Selection.getSelectionEx()")
Gui.doCommand("facebinder = Draft.makeFacebinder(s)")
Gui.doCommand("facebinder = Draft.make_facebinder(s)")
Gui.doCommand('Draft.autogroup(facebinder)')
Gui.doCommand('FreeCAD.ActiveDocument.recompute()')
App.ActiveDocument.commitTransaction()