virtualx-engine/scene/animation
reduz 6f401439f8 Implement Animation Libraries
* Instead of containing single animations, AnimationPlayer now contains libraries.
* Libraries, in turn, contain the animations.

This paves the way for implementing the possibility of importing scenes as animation libraries, finally allowing to import animations separate from the 3D models.

Missing (will be done on separate PRs):

* Make it possible to import scenes (dae/fbx/gltf) as animation libraries.
* Make it possible for AnimationTree to import animation libraries on its own, so it does not rely on AnimationPlayer for everything.
2022-04-11 12:51:54 +02:00
..
animation_blend_space_1d.cpp More time parameters change type float to double 2022-01-27 12:42:46 +09:00
animation_blend_space_1d.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
animation_blend_space_2d.cpp More time parameters change type float to double 2022-01-27 12:42:46 +09:00
animation_blend_space_2d.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
animation_blend_tree.cpp Fix inversed ADD_GROUP parameters in AnimationNodeOneShot 2022-03-18 12:53:34 +08:00
animation_blend_tree.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
animation_node_state_machine.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
animation_node_state_machine.h Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
animation_player.cpp Implement Animation Libraries 2022-04-11 12:51:54 +02:00
animation_player.h Implement Animation Libraries 2022-04-11 12:51:54 +02:00
animation_tree.cpp String: Remove TTR and DTR defines in non-tools build 2022-03-28 20:26:35 +02:00
animation_tree.h Fix blend animation to solve TRS track bug & blend order inconsistency 2022-03-16 05:11:55 +09:00
easing_equations.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
root_motion_view.cpp Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01: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 Merge pull request #59415 from KoBeWi/tween_time() 2022-04-02 00:31:40 +02:00
tween.h Merge pull request #59415 from KoBeWi/tween_time() 2022-04-02 00:31:40 +02:00