Clothing meshes are built to fit the default body shape, so the moment you adjust proportions with Advanced Bone Mod, switch to a different uncensor, or stack two outfits at once, some part of the mesh is going to poke through another. You rarely need to touch the mesh itself to fix it, most clipping is solved by hiding the offending pixels rather than fighting the geometry.
Start with an alpha mask, the easiest fix
An alpha mask hides part of a texture instead of moving any geometry, which makes it the fastest fix for almost any clipping case. Open Material Editor on the clothing item or the body underneath it, then either:
- Export the body-template overlay, paint the clipping area transparent in an image editor, and load the result into the AlphaMask (or AlphaMask2) slot, or
- Export the clothing’s own MainTex, erase the part that’s poking through, and reimport it.
There are two mask slots on most items, so if the first one doesn’t seem to do anything, try the other. See Material Editor essentials for the export and import steps in full.
Use the Overlay function for a cleaner result
Alpha masks work directly on the base texture, but the clothing’s Overlay function lets you hide the clipping region without touching the original file at all, which makes it easy to undo later. Export the item’s main texture from Material Editor, mask out the clipping region in GIMP or Photoshop, then reimport it as an overlay rather than replacing the base texture. If a checkbox for hiding the base texture is available on that overlay slot, enable it so only your edited layer shows.
Keep the Material Editor window open while you work. Every time you resave the edited file, the change appears on the character live, so you can iterate without reopening the window each time.
Nipples poking through a top
This is common enough to have a dedicated fix. If you have the Push-Up mod installed (it ships as an optional BetterRepack component), open its panel under Clothing > Push Up and enable Hide Nipples. Without that mod, you can get a similar result manually by scaling the nipple bones to about -100 on X, Y, and Z in the body editor, which flattens them enough to stop poking through fitted tops.
A skirt or bottom pushed up by leg collision
Legs colliding with a skirt or the front of a bottom is a physics problem more than a texture problem, so start in HS2PE rather than Material Editor. Right-click the HS2PE icon to open its Advanced window and check the Clothes tab for a built-in blendshape or fit slider for that item, many skirts already ship with one.
If there’s no built-in shape for it, switch that bone chain (the cf_J_Legsk* skirt bones) to FK from the Anim menu and pose it by hand so it clears the leg. Alternatively, the leg is likely pushing the skirt via its own dynamic-bone collider, so shrinking or repositioning that collider in advanced bones (ABMX) can solve it without touching the skirt at all.
High-poly bodies clipping through fitted clothes
Switching to a high-poly or alternate uncensor body is a common cause of clothing that fit fine before suddenly clipping everywhere, since the outfit’s mesh was built against the default body shape. In order of effort:
- Alpha mask the clipping region, same as above, quickest for a single stubborn spot.
- Reshape the garment with BlendShape Creator for a proper custom fit. This needs Blender and more time, but gives you a reusable fit slider.
- For a one-off still render, duplicate the character, hide every clothing item except the one that’s clipping on the copy, and hide the offending body part on that copy so you can pose the isolated piece freely without the rest of the outfit or body getting in the way.
If clipping shows up across most outfits rather than just one, check whether a No-Clip variant of that uncensor exists. Those are built specifically to reduce clipping against clothing sized for the default body.
Inner garment poking through an outer layer
A layered outfit, like an underlayer top showing through a jacket, is fixed the same way as body clipping but on the inner item instead. In Material Editor, export the inner garment’s MainTex, mask out the area that overlaps the outer layer, and reimport it. The outer layer stays untouched, only the hidden part of the inner one changes.
Quick reference
| Symptom | Fix |
|---|---|
| Clothing pokes through body or other clothing | Alpha mask the clipping area, or use Overlay to hide it |
| Nipples show through a top | Push-Up mod’s Hide Nipples option, or scale nipple bones to -100 |
| Skirt or bottom pushed up by legs | HS2PE built-in blendshape, FK-pose the skirt bones, or shrink the leg collider |
| High-poly body clips fitted clothing | Alpha mask, BlendShapeCreator, or a No-Clip uncensor variant |
| Inner garment clips through an outer layer | Export the inner MainTex, mask the overlap, reimport |
When nothing else works
If a mask and a blendshape both fail to fully resolve it, small clipping is often a physics or collider issue rather than a fit issue, check physics and jiggle for how dynamic bone colliders interact with clothing before assuming the mesh itself is at fault. For posing a stubborn piece by hand once it’s isolated on FK, see posing by hand, and for general clothing fit and layering workflow see editing clothing in Studio.