Improved node selection
Allows to select an edit node also if it doesn't lay on an object.
This commit is contained in:
committed by
Yorik van Havre
parent
0c5e57b58a
commit
0c281578c8
@@ -4507,7 +4507,7 @@ class Edit(Modifier):
|
||||
done = False
|
||||
selobjs = FreeCADGui.ActiveDocument.ActiveView.getObjectsInfo(p)
|
||||
if not selobjs:
|
||||
return
|
||||
selobjs = [FreeCADGui.ActiveDocument.ActiveView.getObjectInfo(p)]
|
||||
for info in selobjs:
|
||||
if info["Object"] == self.obj.Name:
|
||||
if done:
|
||||
|
||||
Reference in New Issue
Block a user