UuuNyaa / blender_mmd_tools

MMD Tools is a blender addon for importing/exporting Models and Motions of MikuMikuDance.
GNU General Public License v3.0
2.14k stars 100 forks source link

multiple UV sets and pmx export (breaks mesh into chunks) #60

Closed ratzycon closed 2 years ago

ratzycon commented 2 years ago

not sure if this is a bug or intended behavior

exporting a model with multiple uv sets can result in the pmx mesh being split into multiple parts.

the repro steps are in a txt file in the zip along with minimal example

screenshot

multiple_UV_sets_break_up_mesh_on_pmx_export.zip

UuuNyaa commented 2 years ago

I think that MMD Tools supports only one UV map now 😟

UV maps split into multiple pieces (e.g. UV1, UV2, _UV1, ...) are used for special applications. see: https://github.com/UuuNyaa/blender_mmd_tools/issues/35#issuecomment-1112909539