DarklightGames / io_scene_ase

A Blender add-on for exporting ASCII Scene Export (ASE) files
GNU General Public License v3.0
13 stars 3 forks source link

Not working with v4.1 #6

Closed ZachFett closed 1 month ago

ZachFett commented 4 months ago

I get this error when attempting to export any model to .ASE in Blender version 4.1:

Python: Traceback (most recent call last): File "C:\Users\Zach\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_scene_ase\exporter.py", line 44, in execute ase = ASEBuilder().build(context, options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Zach\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_scene_ase\builder.py", line 83, in build mesh_data.calc_normals_split() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Mesh' object has no attribute 'calc_normals_split'

It works fine in 4.0 however.

NOOTLORD commented 1 month ago

Try version 2.0.0 (https://github.com/DarklightGames/io_scene_ase/releases/tag/2.0.0) This one works on 4.1