WIP: uv-simple-select (Version2) #2

Draft
Chris Blackbourn wants to merge 3 commits from uv-simple-select into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

3 Commits

Author SHA1 Message Date
aaeebcf49b Merge branch 'main' into uv-simple-select 2023-02-17 01:21:57 +01:00
166306a411 Fix #104374: Simplify UV Face Selection and UV Island Selection
Implement "Face Touching" UV selection for Box Select, Lasso Select
and Circle Select.

Implement "Penalty" system for UV click select.
2023-02-17 12:40:01 +13:00
0a12c4b5f0 Fix #104374: Simplify UV Face Selection and UV Island Selection
Like in the 3D viewport, UV Face Selection was previously based on
distance to the face center.

Instead, measure distance to nearest edge instead, which is more
consistent with a 2D viewport.
2023-02-17 12:40:01 +13:00