godot/scene/animation
Juan Linietsky 87f48e7a3e
Merge pull request #19720 from karroffel/blendspace-1d
add BlendSpace1D animation node
2018-06-25 16:50:33 -03:00
..
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01: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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 removed print 2018-06-25 16:47:09 -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
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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00