Object export (mpq, obj) - WADTool Crash
Opened this issue · 2 comments
illyaine commented
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.
Raildex commented
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
illyaine commented
Thank you very much for your answer. I'll test it out later :)