You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
calling animation_player.play("A",custom_blend_time) for example,if animation B is playing and was animated without CURVES, and animation A was made with CURVES, then the custom_blend_time doesnt work and it plays the wanted animation without blending.
akien-mga
changed the title
[Godot4] [AnimationPlayer] custom_blend param doesnt work if animations are made with/without CURVES
[AnimationPlayer] custom_blend param doesnt work if animations are made with/without CURVES
Jun 22, 2023
Godot version
v4.0.dev.custom_build [cb4e421]
System information
manjaro Gnome 21, AMD R7 200 series, Intel i3 3.0 GHZ,8GB RAM
Issue description
calling
animation_player.play("A",custom_blend_time)
for example,if animation B is playing and was animated without CURVES, and animation A was made with CURVES, then the custom_blend_time doesnt work and it plays the wanted animation without blending.Steps to reproduce
Minimal reproduction project
https://easyupload.io/0cehia
Press Arrow UP or DOWN to change animations!
The text was updated successfully, but these errors were encountered: