virtualx-engine/scene/animation
Rémi Verschelde d894fa8ba3
Merge pull request #37001 from jitspoe/master.anim_blend_fix
Fix for short animation blend taking too long when played during a long animation blend.
2022-12-22 08:51:06 +01:00
..
animation_blend_space_1d.cpp Refactor process of AnimationTree for end of animation 2022-11-22 18:12:45 +09:00
animation_blend_space_1d.h Refactor process of AnimationTree for end of animation 2022-11-22 18:12:45 +09:00
animation_blend_space_2d.cpp Refactor process of AnimationTree for end of animation 2022-11-22 18:12:45 +09:00
animation_blend_space_2d.h Refactor process of AnimationTree for end of animation 2022-11-22 18:12:45 +09:00
animation_blend_tree.cpp Fixed a bug where negative Blend values were being discarded 2022-12-20 03:41:57 +09:00
animation_blend_tree.h Refactor process of AnimationTree for end of animation 2022-11-22 18:12:45 +09:00
animation_node_state_machine.cpp Fix StateMachine cannot connect nodes bug 2022-12-21 06:30:33 +09:00
animation_node_state_machine.h Refactor process of AnimationTree for end of animation 2022-11-22 18:12:45 +09:00
animation_player.cpp Fix animation blending bug where an animation with a short blend time played immediately after an animation with a long blend time would play with a long blend time or cause popping/incorrect animation positions. 2022-12-21 17:40:44 -05:00
animation_player.h Change init for cache_update_size & add pointer animation player 2022-12-07 22:34:41 +09:00
animation_tree.cpp Add null checks to AnimationTreeEditors and _clear_editors() 2022-12-13 03:06:51 +09:00
animation_tree.h Refactor process of animation to retrive keys more exactly 2022-12-01 22:07:47 +09:00
easing_equations.h Style: Cleanup header guards for consistency 2022-09-26 13:51:17 +02:00
root_motion_view.cpp Fix broken root motion scale and refactor API 2022-11-26 17:26:10 +09:00
root_motion_view.h Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
SCsub Refactor and move easing equations 2021-09-24 13:47:13 +02:00
tween.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
tween.h Change time parameters and variables to double type 2022-09-26 13:52:54 -05:00