blender-addons/animation_animall
Damien Picard 59cfeffa1b Fix #105009: AnimAll: Error when inserting key on string attribute
String attributes cannot be animated, but the generator function that
gets the paths from the attribute did not handle them properly.
Instead of returning early when passed a string attribute, it would
yield an empty tuple. On the next execution of the generator, some
variables were not initialized which caused an error.
2023-11-17 14:07:24 +01:00
..
__init__.py Fix #105009: AnimAll: Error when inserting key on string attribute 2023-11-17 14:07:24 +01:00
translations.py AnimAll: update translation 2023-10-29 14:11:14 +01:00