marynate / mesh-tool

Issue Tracking and Wiki for Mesh Tool - A mesh editor for Unreal Engine
10 stars 1 forks source link

Assign Material causing non-selected faces' materiel slot shifted #56

Closed marynate closed 6 years ago

marynate commented 6 years ago

Analysis:

Material changed on static mesh implicit imply possible section change, since faces' material index linked to section index, the faces even not selected will be affected.

To fix:

Re-construct section info map after material changed.

marynate commented 6 years ago

Fixed