AnimAll: update for attribute API change in Blender 4.0
commit3ad654fd1db74c2bfdb6c1a34ecfdc1d3ba5fe05
authorDamien Picard <dam.pic@free.fr>
Sun, 29 Oct 2023 11:12:35 +0000 (29 12:12 +0100)
committerDamien Picard <dam.pic@free.fr>
Sun, 29 Oct 2023 12:25:53 +0000 (29 13:25 +0100)
tree3de59d4f9484434c6bf56a0af837aab652908a74
parent3207940d18bc27d51ca78c94606d25f2347908aa
AnimAll: update for attribute API change in Blender 4.0

The Python API has changed considerably in Blender 4.0. Many
attributes which were exposed as mesh data property were moved to
named attributes.

More info here:
https://wiki.blender.org/wiki/Reference/Release_Notes/4.0/Python_API

This commit updates the add-on to use the new API.
animation_animall/__init__.py