Fix trivial error in call
This commit is contained in:
@@ -427,7 +427,7 @@ static MeshRenderData *mesh_render_data_create_ex(
|
||||
int totloop = bm->totloop;
|
||||
if (is_auto_smooth) {
|
||||
rdata->loop_normals = MEM_mallocN(sizeof(*rdata->loop_normals) * totloop, __func__);
|
||||
int cd_loop_clnors_offset = CustomData_get_clone_layer_index(&bm->ldata, CD_CUSTOMLOOPNORMAL);
|
||||
int cd_loop_clnors_offset = CustomData_get_layer_index(&bm->ldata, CD_CUSTOMLOOPNORMAL);
|
||||
BM_loops_calc_normal_vcos(bm, NULL, NULL, NULL, true, split_angle, rdata->loop_normals, NULL, NULL,
|
||||
cd_loop_clnors_offset, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user