Clear dirty normals flag from Mesh at least in main BKE_mesh_calc_normals().
This commit is contained in:
@@ -343,6 +343,7 @@ void BKE_mesh_calc_normals(Mesh *mesh)
|
||||
#ifdef DEBUG_TIME
|
||||
TIMEIT_END_AVERAGED(BKE_mesh_calc_normals);
|
||||
#endif
|
||||
mesh->runtime.cd_dirty_vert &= ~CD_MASK_NORMAL;
|
||||
}
|
||||
|
||||
void BKE_mesh_calc_normals_tessface(
|
||||
|
||||
Reference in New Issue
Block a user