- Editmode Mesh: after a split command, normals were not recalculated

ALso: in Particle buttons, made the "Tex" button go to the maximum of 10
channels.
This commit is contained in:
2005-11-26 18:38:54 +00:00
parent 85b2cd52f9
commit 57aac76f45
2 changed files with 2 additions and 1 deletions

View File

@@ -646,6 +646,7 @@ void split_mesh(void)
adduplicateflag(SELECT);
/* old faces have flag 128 set, delete them */
delfaceflag(128);
recalc_editnormals();
waitcursor(0);