c097c7b855
Cleanup: correct unbalanced doxygen groups
...
Also add groups in some files.
2021-12-14 16:17:10 +11:00
9b89de2571
Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX
...
Also use doxy style function reference `#` prefix chars when
referencing identifiers.
2021-07-04 00:43:40 +10:00
b0378440ce
Fix missing adjacent UV check for recent UV path select
...
Path selection could cross UV islands if the destination element was
on an island boundary.
2020-07-10 12:19:30 +10:00
a0d3b60015
Cleanup: use FLT_MAX for the maximum path selection cost
...
A large number below FLT_MAX was used to avoid overflow,
however this doesn't cause any problems.
2020-07-10 11:49:46 +10:00
0b77e2f4c4
Cleanup: variable names, use define for maximum path cost
2020-07-10 11:49:46 +10:00
ea5fe7abc1
UV: path selection support
...
This adds support for path selection for vertex edge & face selection
modes, matching mesh editing behavior, useful with the UV rip tool.
Region select & edge tagging are currently not supported,
although they could be added eventually.
2020-07-09 18:43:23 +10:00