ousnius / BodySlide-and-Outfit-Studio

BodySlide and Outfit Studio, a tool to convert, create, and customize outfits and bodies for Bethesda games.
GNU General Public License v3.0
286 stars 63 forks source link

Select by UV feature #457

Open ahzidaljun opened 2 years ago

ahzidaljun commented 2 years ago

What is it that you want to do that isn't currently possible? A selection by UV limits, ala connected vertices only, would be nice to help with editing distinct parts of an outfit that are connected in mesh but do not share an UV island and thus could reasonably be separated, like pants, sleeves, etc

This is available in dedicated 3D apps like Blender and Max Screenshot_14

Request the feature The feature could be accessed as a new brush toggle option in the menu bars or in the UV edit panel, where you could right click -> translate current UV selection to viewport mask

ousnius commented 2 years ago

@ahzidaljun

parts of an outfit that are connected in mesh but do not share an UV island

This combination isn't possible in the NIF format. Each vertex can only have one texture coordinate, so everything that's not connected to the same UV island is automatically unconnected mesh-wise as well.

What you can already do is select (mask) all vertices that are connected mesh-wise (faces are connected in some way) by using the menu items "Mask More/Less" or their keyboard shortcuts.