FreeCAD: master 1d99e001

Author Committer Branch Timestamp Parent
russ4262 russ4262 master 2020-12-23 21:24:16 master d89cd953
Changeset Path: Fix `Import` feature of Base Geometry

Error was thrown if FreeCADGui.Selection list had more than one item. Solution is to clear selection before adding selection from import operation. I also removed the `for` loop since the selection should be singular.
mod - src/Mod/Path/PathScripts/PathOpGui.py Diff File