addam / Export-Paper-Model-from-Blender

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

Divide islands that are too big to fit the page #5

Closed addam closed 5 years ago

addam commented 14 years ago

If a generated island is bigger than the page, the script fails with an error message about the objects scale. It should try to divide the island so that it fits the page instead. The process may fail only when a single face is bigger than the whole page.

addam commented 10 years ago

It partially works now, but is disabled by default. To use this feature, enable the Limit Islands Size switch and set the maximum dimensions. The calculations are inexact and UI is terrible so I leave this issue open for now.

addam commented 5 years ago

Limit Island Size works properly.