mirror of
https://github.com/DarklightGames/io_scene_psk_psa.git
synced 2025-02-12 16:24:26 +01:00
Fixed a comment
This commit is contained in:
parent
2f5ed901b2
commit
2ba29b04d3
@ -175,7 +175,7 @@ class PskImporter(object):
|
|||||||
if len(ambiguous_vertex_color_point_indices) > 0:
|
if len(ambiguous_vertex_color_point_indices) > 0:
|
||||||
print(f'WARNING: {len(ambiguous_vertex_color_point_indices)} vertex(es) with ambiguous vertex colors.')
|
print(f'WARNING: {len(ambiguous_vertex_color_point_indices)} vertex(es) with ambiguous vertex colors.')
|
||||||
|
|
||||||
# # VERTEX NORMALS
|
# VERTEX NORMALS
|
||||||
if psk.has_vertex_normals:
|
if psk.has_vertex_normals:
|
||||||
mesh_data.polygons.foreach_set("use_smooth", [True] * len(mesh_data.polygons))
|
mesh_data.polygons.foreach_set("use_smooth", [True] * len(mesh_data.polygons))
|
||||||
normals = []
|
normals = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user