Sigmmma / Blendkrieg

Halo Model importer and exporter for Blender.
GNU General Public License v3.0
11 stars 3 forks source link

Mesh #23

Closed ShellyHerself closed 4 years ago

ShellyHerself commented 4 years ago

Implements mesh import with proper vertex normal support.

Renames halo1 model functions to be appended with _from_jms for whenever we start using a different intermediate format.

ShellyHerself commented 4 years ago

Updated reduce_vertices to only remove unused vertices.

Removing duplicates by only checking the positions will cause things to become attached that should not be attached when we get to importing skinned models.