blender · HeyBraza shows you
flip normals 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.
short answer
turn on overlays > 'face orientation' so you can see the problem - blue is correct, red is inside-out. then select all in edit mode and press shift+n to recalculate outside. if red survives, the mesh has holes and isn't closed.
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'.
steps last checked
let HeyBraza do this with you
HeyBraza teaches you software while you're using it. hold a key and ask out loud - an ai tutor that sees your screen walks you through every step in real time, pointing and highlighting on your real work, talking you through it as it goes - not someone else's tutorial.
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.
what are inverted normals in blender?
a normal is the direction a face points. when it points inward the face is inverted - it renders black or see-through and shades strangely. turn on overlays > 'face orientation' to see them: blue is correct, red is inside-out.