Bugfix #2734
Added update of normals and face center after using NKey properties or do-centre option in Mesh EditMode.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user