alessandro-zomparelli / tissue

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

Dual Mesh and Tessalation Error in Blender 4.1.1 and in 4.2 on Intel Mac #173

Open levibergman opened 3 months ago

levibergman commented 3 months ago

Hi Alessandro,

so after testing and experimenting with Tissue regarding crash issues in Blender 4.1.1 and 4.2 on Intel Mac 14.5, I found the following issue messages in Blender info panel:

DUAL MESH:

Python: Traceback (most recent call last): File "/Users/levybergman/Library/Application Support/Blender/4.1/scripts/addons/tissue-master/dual_mesh.py", line 124, in execute ob.name = 'DualMesh' ^^^^^^^ AttributeError: 'NoneType' object has no attribute 'name'

Same goes to Tessalation as well.

I would really appreciate if you could take a look at it since these are the last Blender supported versions for Intel Mac and would love to use them in long term.

Thanks, Levy

levibergman commented 2 months ago

blender.crash.txt

alessandro-zomparelli commented 3 weeks ago

Hi @levibergman , thanks for reporting that, and sorry for my late reply. I believe that the error is simply because you haven't selected an object. Could you please double-check that?

Thanks Alessandro