Page MenuHome

Fix T62478: Fixed a bug where the PLY exporter would only export meshes as triangulated instead of preserving quads and n-gons
ClosedPublic

Authored by Colin Basnett (cmbasnett) on Sep 21 2019, 1:29 AM.

Details

Summary

I also changed the PLY import behavior to preserve n-gons instead of fan-filling them. I'm not sure why it felt this was necessary (perhaps a legacy thing?), since it works perfectly fine and indeed *better* without doing that.

Diff Detail

Event Timeline

Thanks, committed rBd3811cba7b2072becdb1331c73940dd32dd5b29b with minor edits (removed tessellation calculation).

This revision is now accepted and ready to land.Sep 21 2019, 6:51 AM