1
0
mirror of https://github.com/DarklightGames/io_scene_psk_psa.git synced 2025-02-07 22:41:26 +01:00

Fixed a comment

This commit is contained in:
Colin Basnett 2022-01-25 21:09:52 -08:00
parent 2f5ed901b2
commit 2ba29b04d3

View File

@ -175,7 +175,7 @@ class PskImporter(object):
if len(ambiguous_vertex_color_point_indices) > 0:
print(f'WARNING: {len(ambiguous_vertex_color_point_indices)} vertex(es) with ambiguous vertex colors.')
# # VERTEX NORMALS
# VERTEX NORMALS
if psk.has_vertex_normals:
mesh_data.polygons.foreach_set("use_smooth", [True] * len(mesh_data.polygons))
normals = []