animaide icon indicating copy to clipboard operation
animaide copied to clipboard

I can't use the mask in AnimAide

Open MeguiTaA12 opened this issue 1 year ago • 2 comments

Error This error happens when I click on the mask button in the addon itself

Python: Traceback (most recent call last): File "C:\Users\megag\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\animaide-master\anim_offset\ops.py", line 402, in modal support.set_blend_values(context) File "C:\Users\megag\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\animaide-master\anim_offset\support.py", line 201, in set_blend_values keys[1].co.x = left_margin IndexError: bpy_prop_collection[index]: index 1 out of range, size 1

I did another test trying to use the addon and discovered that if I try to use the addon in the panel, it simply gives a different error

Python: Traceback (most recent call last): File "C:\Users\megag\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\animaide-1_0_38_39\anim_offset\ops.py", line 277, in modal frame = int(co[0]) ValueError: cannot convert float NaN to integer

2024-03-14_01-44

MeguiTaA12 avatar Mar 14 '24 04:03 MeguiTaA12

Answer is here

Sobollion avatar Mar 16 '24 10:03 Sobollion

I merged some of @Sobollion 's commits, fixed the current issue and added blender_manifest.toml to work with blender v4.2+

https://github.com/cl3m3c7/animaide

cl3m3c7 avatar Mar 07 '25 00:03 cl3m3c7