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

Generated UV layout should be reused #12

Closed addam closed 10 years ago

addam commented 14 years ago

Every time an object gets exported, there's a new UV layout added. For simplicity and clarity, the script should reuse the old UV layout. To prevent unwanted edits, it could check that the user has not changed the generated layout by hand.

addam commented 10 years ago

I solved this another way: the UV layout won't get saved unless you explicitly request that. I believe it is a more cleaner approach to the same issue.