addam / Export-Paper-Model-from-Blender

Python addon for creating paper models in Blender (development version)
https://blenderartists.org/t/export-paper-model/476597
405 stars 53 forks source link

Add curvature modeling support #57

Closed matiasmorant closed 6 years ago

matiasmorant commented 6 years ago

Imagine I wanted to make a smooth cylinder. I would have to make a mesh with a lot of facets. Instead, I could just used a single curved sheet. This would simplify construction of models, since a quad can be represented with the four resulting parameters (3 × plane + 1 × curvature) so there would be no need for triangulation.

matiasmorant commented 6 years ago

This is what I made with your script, thanks

addam commented 6 years ago

There are very few tools for editing such smooth surfaces in Blender. Coding them is far beyond the scope of this script.

Another difficulty with curved surfaces are the sticking tabs since they usually have to be split into a lot of tiny parts along the curved edge.

The suggested approach is to subdivide the mesh as you wish, and increase the "Hidden Edge Angle" so that the curved folds disappear from the net.