addam / Export-Paper-Model-from-Blender

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

Islands are placed so thay they overlap #15

Closed addam closed 10 years ago

addam commented 14 years ago

Under certain circumstances, two islands will get placed on the page over one another. There seems to be a bug in the free space checking code.

addam commented 10 years ago

Fixed now in master. I replaced the island packing algorithm with a different one which mostly just checks overlaps with any of the islands already placed.