hlorus

Results 224 comments of hlorus

1. I think you can simply block the selection temporarily to avoid receiving a signal when you change the selection. https://github.com/FreeCAD/FreeCAD/blob/bbb4f2664edee304805e51d1b24e8f6965c33533/src/Gui/Selection.h#L250 2. Sorry i don't really get what you mean...

I actually do like the standard behavior of the selection (always reset the selection on press) instead of the greedy behavior. Yet this is likely a personal preference so a...

I'd say this should be decided for each setting individually, we can differentiate between tool settings and user preferences. As an example: The "Show Delta Measurement" is a setting that...

Maybe the option for greedy selection could also just be called "Greedy Selection" or "Additive Selection". And for the description maybe something like: "Add elements to the measurement without clearing...

> Is everybody aware of this word (Greedy)? Probably no, so "Additive"? > Can we implement deselection also for the greedy selection mode? This seems to also be the case...

How did you select the entities? Box select has the limitation that it cannot select entities that are overlapped by another entity. If you use the select all operator it...

It's a known limitation of how selection works. [This](https://github.com/hlorus/CAD_Sketcher/issues/50) is the relevant issue. You'll have to use select_all (ctrl+A) to ensure that no entities are left out.

Unfortunately blender's API doesn't allow for custom edit modes. A possible alternative could be to have a dedicated workspace where the addon is enabled and have the addon disabled in...