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

Error in reading freestyle edges #72

Closed addam closed 4 years ago

addam commented 4 years ago

Export crashes in Edit Mode if the mesh has more edges than it had previously in Object Mode.

Everything works all right after switching to Object Mode and back.

The issue is caused by copying Freestyle marks from legacy mesh structure which does not update while inside Edit Mode. error

addam commented 4 years ago

Resolved in 5c8b1fa