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

Add option to regenerate all island labels #42

Closed jdugge closed 8 years ago

jdugge commented 8 years ago

New option for discarding all existing island labels and regenerating unique island labels. Option is disabled by default. Closes #41.

screenshot from 2016-06-04 13 57 33

addam commented 8 years ago

Thanks for your effort but... sorry, I will reject this pull request. Exposing the option like this does not seem like the right solution, from a user-experience point of view.

However, in order no to be so negative, I coded my own solution: the labels assigned automatically will not overlap anymore. Furthermore, islands marked as "Auto Label" will just get a new label assigned. Do you think this solves the problem well enough?

jdugge commented 8 years ago

That solution is a much better idea, and works perfectly in addressing issue #41. Thanks for solving this so quickly!