MontyTRC89 / Tomb-Editor

Tomb Editor
57 stars 16 forks source link

Object export (mpq, obj) - WADTool Crash #854

Open illyaine opened 3 months ago

illyaine commented 3 months ago

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

Raildex commented 1 month ago

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 1 month ago

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