![]() |
New plugin: Select Fill - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Design & Development (https://www.wings3d.com/forum/forumdisplay.php?fid=6) +--- Thread: New plugin: Select Fill (/showthread.php?tid=3199) |
New plugin: Select Fill - edb - 09-13-2025 Hello, I have a new select plugin available very soon. This adds a "Fill" submenu with several similar commands for growing face selections with adjacent faces. New fill commands: 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. ![]() RE: New plugin: Select Fill - edb - 09-14-2025 Build is available: wpc_sel_fill.tar RE: New plugin: Select Fill - ivla - 09-15-2025 wow, great! edb, thanks! |