Fix #141556: Multires Apply Base deforms mesh greatly
Introduced in 27433106cd
Pull Request: https://projects.blender.org/blender/blender/pulls/141566
This commit is contained in:
@@ -95,7 +95,7 @@ void multires_reshape_apply_base_refit_base_mesh(MultiresReshapeContext *reshape
|
||||
}
|
||||
}
|
||||
}
|
||||
center *= blender::math::rcp(tot);
|
||||
center *= blender::math::rcp(float(tot));
|
||||
|
||||
/* Find normal. */
|
||||
for (int j = 0; j < vert_to_face_map[i].size(); j++) {
|
||||
|
||||
Reference in New Issue
Block a user