godot/scene/animation
Rémi Verschelde aa6772d7ab Revert property changes in "[DOCS] AnimationPlayer new props, members/methods"
This partially reverts commits e79456519d
and 2d07fe2920, which introduced API changes
needing more in-depth review at this stage.

Kept the removal of "get_position" binding, redundant with
"get_current_animation_position". Kept docs changes where applicable.
Also removed the obsolete "stop_all" method which does the same as "stop".

Fixes #14602.
2017-12-14 00:36:41 +01:00
..
animation_cache.cpp Allow for getting/setting indexed properties of objects using get/set_indexed 2017-11-21 20:58:21 +02:00
animation_cache.h Allow for getting/setting indexed properties of objects using get/set_indexed 2017-11-21 20:58:21 +02:00
animation_player.cpp Revert property changes in "[DOCS] AnimationPlayer new props, members/methods" 2017-12-14 00:36:41 +01:00
animation_player.h Implement onion skinning for the animation editor 2017-11-25 13:25:14 +01:00
animation_tree_player.cpp Add feature to disable animation tracks 2017-12-09 18:22:16 +01:00
animation_tree_player.h Allow for getting/setting indexed properties of objects using get/set_indexed 2017-11-21 20:58:21 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
tween.cpp Merge pull request #12284 from bojidar-bg/allow-subproperty-set 2017-11-21 22:44:14 +01:00
tween.h Allow for getting/setting indexed properties of objects using get/set_indexed 2017-11-21 20:58:21 +02:00
tween_interpolaters.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00