Fix #107505: Temporary stack not cleared in BMesh normal calculation
Mistake in f8eebd3b25.
This commit is contained in:
@@ -703,6 +703,7 @@ static int bm_mesh_loops_calc_normals_for_loop(BMesh *bm,
|
||||
}
|
||||
|
||||
BKE_lnor_space_define(lnor_space, lnor, vec_org, vec_next, *edge_vectors);
|
||||
edge_vectors->clear();
|
||||
|
||||
if (has_clnors) {
|
||||
if (clnors_invalid) {
|
||||
|
||||
Reference in New Issue
Block a user