MontyTRC89/Tomb-Editor

Object export (mpq, obj) - WADTool Crash

Opened this issue · 2 comments

I imported an object into Meta and built a frame on the door. I then imported this in WADTool and textured the frame and wanted to export it as mqo or obj, but WADTool closes directly, which is why the object was not exported.

Door5.zip

Due to the dense vertices the textures can't be properly exported when packed is enabled.
Some polygons have UVs where the pixel size would be smaller than a single texture pixel, which can't be packed.

To avoid this, just disable "Pack Textures" when exporting

Thank you very much for your answer. I'll test it out later :)