Fix T70291: Sculpt remesh inverts normal when fix poles is activated

Reviewed By: brecht

Maniphest Tasks: T70291

Differential Revision: https://developer.blender.org/D5916
This commit is contained in:
Pablo Dobarro
2019-09-27 16:11:46 +02:00
parent 9df9fb3324
commit 7ae549448e

View File

@@ -119,6 +119,7 @@ static int voxel_remesh_exec(bContext *C, wmOperator *op)
if (mesh->flag & ME_REMESH_FIX_POLES) {
new_mesh = BKE_mesh_remesh_voxel_fix_poles(new_mesh);
BKE_mesh_calc_normals(new_mesh);
}
if (mesh->flag & ME_REMESH_REPROJECT_VOLUME) {