virtualx-engine/scene/animation
Rémi Verschelde 6ae6cc0bf5
Merge pull request #84815 from TokageItLab/array-animation
Rework blending method in `Variant` animation for `Int`/`Array`/`String`
2023-11-16 14:52:00 +01:00
..
animation_blend_space_1d.cpp Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
animation_blend_space_1d.h Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
animation_blend_space_2d.cpp Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
animation_blend_space_2d.h Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
animation_blend_tree.cpp Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
animation_blend_tree.h Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
animation_mixer.cpp Merge pull request #84815 from TokageItLab/array-animation 2023-11-16 14:52:00 +01:00
animation_mixer.h Merge pull request #84815 from TokageItLab/array-animation 2023-11-16 14:52:00 +01:00
animation_node_state_machine.cpp Fix GroupedStateMachine reset 2023-09-30 10:37:46 +09:00
animation_node_state_machine.h Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
animation_player.compat.inc Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
animation_player.cpp Ensure AnimationPlayer evaluate animations when autoplay is enabled and node becomes ready. 2023-11-14 08:30:40 +01:00
animation_player.h Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
animation_tree.compat.inc Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
animation_tree.cpp Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
animation_tree.h Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
easing_equations.h Add TRANS_SPRING to Tween 2023-05-17 17:54:37 -04:00
root_motion_view.cpp Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
root_motion_view.h Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
SCsub Refactor and move easing equations 2021-09-24 13:47:13 +02:00
tween.cpp Rework blending method in Variant animation for Int/Array/String 2023-11-16 21:37:18 +09:00
tween.h Add TRANS_SPRING to Tween 2023-05-17 17:54:37 -04:00