7BIndustries / Semblage

Semblage is an open source CAD GUI backed by a programmatic CAD API named CadQuery.
https://semblage.7bindustries.com/en/latest/
GNU Lesser General Public License v2.1
48 stars 3 forks source link

Combine Selector Triggers In Operations Dialog #81

Open jmwright opened 2 years ago

jmwright commented 2 years ago

Currently, there is a separate trigger entry for face, edge and vertex selectors, and they all point to the same control. This has the effect of adding "selectors" three times to the operations drop down in the Operations dialog. This is confusing and clunky, and the selectors should be combined somehow. The most likely way to do this would be by combining the edit_trigger regexes so that it's essentially faces | edges | vertices. More investigation is needed though.