720f69aa9c471bc4d70b2ac524132764f2d7fe53
- Select all was selecting hidden elements - Select flush was also selecting hidden elements (so selecting two *visible* vertices of a *hidden* edge selected that hidden edge) - Several places were using BM_SetHFlag(elem, BM_SELECT) directly, when they should be using BM_Select(bm, elem) - In certain scenarios, "reveal all" could leave you with selections which aren't valid in that selection mode (e.g. lonely edges selected in face select mode)
Description
No description provided
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%