cnr-isti-vclab / meshlab

The open source mesh processing system
http://www.meshlab.net
GNU General Public License v3.0
4.7k stars 821 forks source link

Export as Quads obj #597

Closed umarmuzammil closed 3 years ago

umarmuzammil commented 4 years ago

I know mesh lab internally works with triangles but when I turn my Triangulated mesh to pure quad Dominant using the filter and export it, it still exports as triangles. I cant seem to export Obj as quads. If meshlab cant export it, what would be the purpose of that filter ?

alemuntoni commented 4 years ago

Hi @umarmuzammil, when saving as obj, you shoud check also the option "convert triangles to polygons". I agree that the GUI could be more clearer, since it asks to check two (pretty much identical) options to obtain the desired result.. I'll take care of this as soon as possible. Thanks for reporting this!

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Kenzyyyy commented 4 years ago

Meshlabserver has same problem. What kind of options should I specify to export the mesh with quad polygon as obj format?

alemuntoni commented 3 years ago

Fixed in previous commits. Now the obj exporter has a single option for polygonal meshes.