Removed deprecated call to calc_normals_split

This commit is contained in:
Colin Basnett
2023-11-10 23:28:30 -08:00
parent 51be4b8ee9
commit c59f16ed5e

View File

@@ -80,7 +80,7 @@ class ASEBuilder(object):
material_indices.append(material_index) material_indices.append(material_index)
mesh_data.calc_loop_triangles() mesh_data.calc_loop_triangles()
mesh_data.calc_normals_split()
poly_groups, groups = mesh_data.calc_smooth_groups(use_bitflags=False) poly_groups, groups = mesh_data.calc_smooth_groups(use_bitflags=False)
# Faces # Faces