jesterKing / import_3dm

Blender importer script for Rhinoceros 3D files
MIT License
305 stars 38 forks source link

Support importing Rhino meshes as Ngons #101

Open Intuos5 opened 2 years ago

Intuos5 commented 2 years ago

Is your feature request related to a problem? Please describe. In Blender, as in most mesh-editing software, heavily triangulated meshes are difficult to work with and to remodel. In some scenarios it is easier to work with Ngons. Currently, Ngon meshes are brought in by the addon as triangulated meshes.

Describe the solution you'd like I would prefer the importer to ask whether I want the imported mesh should be triangulated or not. If the meshes themselves are not triangulated, I would assume they would be imported in the same way.

Describe alternatives you've considered Although Rhino is able to export Ngon meshes as OBJ this creates an additional file on disk and does not benefit from the features of this addon.

Additional context See: https://discourse.mcneel.com/t/using-rhino3dm-in-blender/73510/374 afbeelding afbeelding

ghost commented 11 months ago

Hey, recently saw this on discourse

Been working on a slightly different version of the addon (more focused on archviz) and used this (python documention)

Maybe I can submit a PR with this little improvement and expose it in an import option? @jesterKing

EDIT: fix broken link