Hello Alessandro, good afternoon.
I love using Mesh Sync in my everyday workflow between grasshopper and blender.
The problem is that I used the addon recently with Blender 4.0.2 and had this problem when exporting the geometry:
Python: Traceback (most recent call last):
File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\mesh_sync.py", line 274, in execute
simple_export(ob, ob.sync_out_path)
File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\mesh_sync.py", line 114, in simple_export
mesh.calc_normals()
AttributeError: 'Mesh' object has no attribute 'calc_normals'. Did you mean: 'flip_normals'?
Hello Alessandro, good afternoon. I love using Mesh Sync in my everyday workflow between grasshopper and blender.
The problem is that I used the addon recently with Blender 4.0.2 and had this problem when exporting the geometry:
Python: Traceback (most recent call last): File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\mesh_sync.py", line 274, in execute simple_export(ob, ob.sync_out_path) File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\mesh_sync.py", line 114, in simple_export mesh.calc_normals() AttributeError: 'Mesh' object has no attribute 'calc_normals'. Did you mean: 'flip_normals'?
Any Thoughts?