aresdevo/animaide

Anim offset range error

Closed this issue · 6 comments

Hi, I always/often have this error when defining the range of the anim offset. I'm on 3.2 but had it on 3.0.
Btw I find anim offset absolutely amazing, so much cases it dramatically helps to solve things fast.

Error: Python: Traceback (most recent call last):
File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\animaide-master\anim_offset\ops.py", line 310, in modal
scene.frame_current = (end + start)/2
TypeError: bpy_struct: item.attr = val: Scene.frame_current expected an int type, not float

Hi there,
I explained a similar fix in #82, let me know if that works for you

It totally works ! thanks a lot !! this issue with the range of the anim offset often made me pretty sad haha. So lovely to "sculpt" an animation with the range and the fades.

Sorry for the delay. I have not been actively working on the addon. Thanks @abrasic for the contribution. There is a new release with the fix

Thanks a lot @aresdevo ! Off topic but the other day I taught Pierrick Picaut how to use Anim Offset, and he taught me how to use Scale Average ect..., both our minds were blown away haha. We were both just using a single function of animaide still. He has an animation course so hopefully he'll help spread animaide to more people.

Oh!... that is very nice to hear!
These are tools I have used as an animator working in other pipelines and wanted to bring them to Blender which is the software I use for fun. It is very gratifying to read that it is helping people, and even more when it helps animators of such quality as the two of you. Thank you so much for sharing. It made my day :)

By the way, I organized the addon information a bit better in what I now call a manual in case you want to learn about all the options.