Skip to content

Conversation

@elblake
Copy link
Collaborator

@elblake elblake commented Dec 28, 2025

Implements new selection tools in the "Fill" and "Grow selection" menu.

  • Smoothing Group: Fills all faces enclosed inside hard edges.

  • Inside Sharp Edges: Fills all faces enclosed inside sharp edges set by the inputted angle.

  • Inside Color Range: Fills all adjacent faces with a color within tolerance of the originally selected faces.

  • Inside Connected Color Edges: Fills all color faces that have continuous color values across edges from one face to another.

  • Inside Unassigned Color: Fills adjacent faces that don't have any color assigned.

  • Inside Unassigned UV: Fills adjacent faces that don't have any UV assigned.

  • Inside Connected UV Edges: Fills adjacent faces that have continuous UV values across edges from one face to another.

  • Same Number of Edges: Fills adjacent faces with the same number of edges, if the original selected face has 6 edges, only adjacent faces with 6 edges are selected.

  • Adjacent Triangles: Only fill adjacent triangles.

  • Adjacent Quads: Only fill adjacent quads.

  • Adjacent NGons: Only fill adjacent faces with more than 4 edges.

wpc_sel_fill

NOTE: Added "Fill" and "Grow selection" commands.

Implements new selection tools in the "Fill" and "Grow selection" menu.

- Smoothing Group
  Fills all faces enclosed inside hard edges.

- Inside Sharp Edges
  Fills all faces enclosed inside sharp edges set by the inputted angle.

- Inside Color Range
  Fills all adjacent faces with a color within tolerance of the originally
  selected faces.

- Inside Connected Color Edges
  Fills all color faces that have continuous color values across edges
  from one face to another.

- Inside Unassigned Color
  Fills adjacent faces that don't have any color assigned.

- Inside Unassigned UV
  Fills adjacent faces that don't have any UV assigned.

- Inside Connected UV Edges
  Fills adjacent faces that have continuous UV values across edges from one
  face to another.

- Same Number of Edges
  Fills adjacent faces with the same number of edges, if the original
  selected face has 6 edges, only adjacent faces with 6 edges are selected.

- Adjacent Triangles
  Only fill adjacent triangles.

- Adjacent Quads
  Only fill adjacent quads.

- Adjacent NGons
  Only fill adjacent faces with more than 4 edges.

NOTE: Added "Fill" and "Grow selection" commands.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant