Clear dirty normals flag from Mesh at least in main BKE_mesh_calc_normals().

This commit is contained in:
Bastien Montagne 2018-05-07 14:34:49 +02:00
parent 580d10e6b6
commit ca6dfa2e85
1 changed files with 1 additions and 0 deletions

View File

@ -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(