alessandro-zomparelli / tissue

Tissue - Blender's add-on for computational design
1.02k stars 74 forks source link

UV to Mesh causes crash #98

Closed JoelGodin closed 3 years ago

JoelGodin commented 3 years ago

2.90 dev version Blender 2.91 stable and 2.91.2 stable.

Go to uv editing workspace with default cube. Select one face in edit mode. Hit 'UV to Mesh' once in awhile gives error: impossible to generate mesh from UV Mostly crashes Blender. 2 faces selected always crashes Blender.

alessandro-zomparelli commented 3 years ago

Thanks for reporting @JoelGodin , I'll try to understand what's going on.

alessandro-zomparelli commented 3 years ago

hi @JoelGodin I think I should have fixed that. It was an old piece of code, now I'm using the bmesh module and it seems more stable. Let me know: https://github.com/alessandro-zomparelli/tissue/tree/b290-dev

JoelGodin commented 3 years ago

Works great. Thanks!