blender · HeyBraza shows you
how to fix flipped normals in blender
HeyBraza points at the face orientation overlay and the recalculate shortcut so you can see which faces are wrong before you fix them.
black, see-through or oddly lit patches usually mean those faces point inward. blender can show you exactly which ones with a red/blue overlay, and fix most of them with one shortcut.
or do it yourself
- 1turn on the check: open the 'overlays' dropdown in the viewport header and tick 'face orientation' - blue is correct, red is inside-out.
- 2enter edit mode, select everything with a, then press shift + n ('recalculate outside') and watch the red disappear.
- 3any stubborn red left? select just those faces and press alt + n > 'flip' to turn them by hand.
- 4if recalculate keeps failing, the mesh isn't closed - select > 'all by trait' > 'non manifold' to find the holes and fill them (f).
- 5still shading oddly with correct normals? clear leftover custom normals: object mode, 'object' menu > 'shade auto smooth' again, or mesh > normals > 'clear custom split normals data'.
let HeyBraza do this with you
HeyBraza is a tiny on-screen guide that points at the right buttons and talks you through it, on windows and mac.
downloadcommon questions
why does recalculate outside not fix it?
recalculate guesses from a closed volume - if the mesh has holes or overlapping faces it can't tell inside from outside. patch the holes first.
do flipped normals matter if it looks fine?
yes for exports and 3d printing - game engines and slicers cull inside-out faces, so they vanish there even if blender shows them.