Diff for T52005
This is the basic structure for implementing a Select Similar tool for UVs. The first iteration here contains code only for selecting by similar UV faces, but it is general enough that adding new types (edges and vertices) should be straightforward.
Similar selection is now available for:
- Material - Select UV faces that have the same polygon material
- Image - Select UV faces that have the same polygon UV texture image
- Area - Select UV faces with similar area
- UV Sides - Select UV faces with same number of sides
- Perimeter - Select UV faces with similar edge perimeter
- Normal - Select UV faces whose polygons have the same normal
- Co-planar - Select UV faces associated with co-planar polygons
- Flat/Smooth - Select UV faces based on polygon smoothness