Added update of normals and face center after using NKey properties or
do-centre option in Mesh EditMode.
This commit is contained in:
2005-06-12 12:44:51 +00:00
parent 3d4438dcd7
commit 0197fdc8b5
2 changed files with 5 additions and 0 deletions

View File

@@ -1624,6 +1624,8 @@ void docentre(int centremode)
for(eve= em->verts.first; eve; eve= eve->next) {
VecSubf(eve->co, eve->co, cent);
}
recalc_editnormals();
}
}