aresdevo / animaide

AnimAide is a free add-on for Blender that has some helpful tools for animation.
720 stars 62 forks source link

Anim offset range error #84

Closed loicbramoulle closed 1 year ago

loicbramoulle commented 2 years ago

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

abrasic commented 2 years ago

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

loicbramoulle commented 2 years ago

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.

aresdevo commented 1 year ago

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

loicbramoulle commented 1 year ago

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.

aresdevo commented 1 year ago

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 :)

aresdevo commented 1 year ago

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.