alessandro-zomparelli / tissue

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

dual mesh #75

Closed kostex closed 4 years ago

kostex commented 4 years ago

in dual_mesh.py on line 246, latest blender doesn't like the "apply_as" (anymore) removing it solves error messages generated..

        bpy.ops.object.modifier_apply(
                apply_as='DATA', modifier='dual_mesh_subsurf'
                )
alessandro-zomparelli commented 4 years ago

Hi @kostex , I assume that you are referring to Blender 2.90, right? Thanks for reporting that, I will fix in the next uploads.

alessandro-zomparelli commented 4 years ago

Hi @kostex it's fixed in the development branch: https://github.com/alessandro-zomparelli/tissue/tree/b280-dev thanks for spotting that!