Little thing; added recalc normals after subdivide, for face centers.

We have to check on this all over very well.
This commit is contained in:
2004-09-23 21:06:56 +00:00
parent a2e918d831
commit ea7afe9c48

View File

@@ -1727,6 +1727,7 @@ void subdivideflag(int flag, float rad, int beauty)
/* since this is all on vertex level, flush vertex selection */
EM_select_flush();
recalc_editnormals();
countall();
allqueue(REDRAWVIEW3D, 0);