Skip to content

Commit

Permalink
Fix JMS export error
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Garcia committed Oct 6, 2024
1 parent 1cd1125 commit 176b7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io_scene_halo/file_jms/process_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def process_scene(context, version, game_version, generate_checksum, fix_rotatio

region = region_index
normal = evaluted_mesh.corner_normals[loop_index].vector.normalized()
scaled_translation, normal = mesh_processing.process_mesh_export_vert(vertex_data, "JMS", original_geo_matrix, custom_scale)
scaled_translation = mesh_processing.process_mesh_export_vert(vertex_data, "JMS", original_geo_matrix, custom_scale)
uv_set = mesh_processing.process_mesh_export_uv(evaluted_mesh, "JMS", loop_index, version)
color = mesh_processing.process_mesh_export_color(evaluted_mesh, loop_index, point_idx)
node_influence_count, node_set = mesh_processing.process_mesh_export_weights(vertex_data, blend_scene.armature, original_geo, vertex_groups, joined_list, "JMS")
Expand Down

0 comments on commit 176b7a4

Please sign in to comment.