Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add-on AttributeError #3

Open
kateumnova opened this issue Jun 28, 2024 · 0 comments
Open

Add-on AttributeError #3

kateumnova opened this issue Jun 28, 2024 · 0 comments

Comments

@kateumnova
Copy link

Hello,
Really looking forward to be able to import vertex animations in Spark. Blender 4.1 gives the following error.
What could cause it? Tried an earlier version of Blender and had the same error

Python: Traceback (most recent call last):
File "//Blender/4.1/scripts/addons/vertex_animation.py", line 367, in execute
meshes = get_per_frame_mesh_data(context, data, objects)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "//Library/Application Support/Blender/4.1/scripts/addons/vertex_animation.py", line 56, in get_per_frame_mesh_data
me.calc_normals_split()
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Mesh' object has no attribute 'calc_normals_split'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant