Draft: Fix multiple crashes when using modification functions - fixes #0004243
This commit is contained in:
@@ -80,9 +80,6 @@ class PathTwistedArray(gui_base_original.Modifier):
|
||||
|
||||
def proceed(self):
|
||||
"""Proceed with the command if one object was selected."""
|
||||
if self.call:
|
||||
self.view.removeEventCallback("SoEvent", self.call)
|
||||
|
||||
sel = Gui.Selection.getSelectionEx()
|
||||
if len(sel) != 2:
|
||||
_err(_tr("Please select exactly two objects, "
|
||||
|
||||
Reference in New Issue
Block a user