godot/scene/animation
Thomas Herzog 0f7c35f955 added BlendSpace1D editor plugin
This commit also fixes a crash in the BlendSpace2D as well as correct
the drawing of the x-zero indicator in the BlendSpace2D editor plugin.
2018-06-25 21:46:12 +02:00
..
animation_blend_space_1d.cpp added BlendSpace1D editor plugin 2018-06-25 21:46:12 +02:00
animation_blend_space_1d.h added BlendSpace1D editor plugin 2018-06-25 21:46:12 +02:00
animation_blend_space_2d.cpp added BlendSpace1D editor plugin 2018-06-25 21:46:12 +02:00
animation_blend_space_2d.h added BlendSpace1D editor plugin 2018-06-25 21:46:12 +02:00
animation_blend_tree.cpp Animation Blend Spaces 2018-06-21 15:46:11 -03:00
animation_blend_tree.h Animation Blend Spaces 2018-06-21 15:46:11 -03:00
animation_cache.cpp Renamed tree_exited to tree_exiting. tree_exited is now used for actual out of tree notification. 2018-01-12 08:29:24 -03:00
animation_cache.h
animation_graph_player.cpp Fix crashes, ability to add blendpsace into blendtree, ability to delete with delete key 2018-06-21 18:08:11 -03:00
animation_graph_player.h Animation Blend Spaces 2018-06-21 15:46:11 -03:00
animation_node_state_machine.cpp State machine animation node 2018-06-25 16:22:41 -03:00
animation_node_state_machine.h State machine animation node 2018-06-25 16:22:41 -03:00
animation_player.cpp -Added AnimationGraphPlayer (still missing features) 2018-06-18 22:12:08 -03:00
animation_player.h Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
animation_tree_player.cpp Expose the animation pos to the user for AnimationNodes in AnimationTrees 2018-05-17 09:15:47 +02:00
animation_tree_player.h Expose the animation pos to the user for AnimationNodes in AnimationTrees 2018-05-17 09:15:47 +02:00
SCsub
tween.cpp Adding is_stopped method to Tween 2018-06-07 17:14:31 +05:30
tween.h Adding is_stopped method to Tween 2018-06-07 17:14:31 +05:30
tween_interpolaters.cpp