8

was following a tutorial where I stumbled into this weird line in my mirrored mesh (sorry for the feet lol)

enter image description here

enter image description here

You can also download the blender file

gabe
  • 421
  • 1
  • 7
  • 20

3 Answers3

13

Problem

This is caused by faces inside your mesh. The main sign of this is that the crease only appears when subsurf is turned up; the inside faces add weight that pulls the verticies inwards (according to the subsurf algorithm).

Solution

Tab into edit mode and uncheck the X box in the Mirror modifier. Your properties panel should look like this:

enter image description here

This will leave you with half a human. Change into face select mode: enter image description here and select these faces:

enter image description here

Key X and select Faces. Tab out of edit mode and recheck X in the Mirror modifier. This is the repaired mesh:

enter image description here

Shady Puck
  • 8,847
  • 6
  • 34
  • 61
1

I had a similar problem, And I just increased the merge limit in the mirror modifier, and it worked for me :)

Raj Gopal
  • 11
  • 1
0

I had a similar problem after applying the mirror modifier (no crease but a sharp line between mirrors). What worked for me was to select all and use Mesh - Normals - Set from faces in edit mode after the modifier was applied.

karra
  • 111
  • 3