godot/scene/animation
Hugo Locurcio f7292dbeb3
Rename or_lesser range property hint to or_less
"less" should be used for quantity, rather than "lesser".

Existing scripts that use `or_lesser` in `_get_property_list()`
will need to be updated to account for this change.
2022-09-02 19:08:20 +02:00
..
animation_blend_space_1d.cpp Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
animation_blend_space_1d.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
animation_blend_space_2d.cpp Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
animation_blend_space_2d.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
animation_blend_tree.cpp Rename or_lesser range property hint to or_less 2022-09-02 19:08:20 +02:00
animation_blend_tree.h Merge pull request #63802 from TokageItLab/curve-transition 2022-08-22 22:30:09 +02:00
animation_node_state_machine.cpp Merge pull request #63893 from guilhermefelipecgs/fix_state_machine_is_playing 2022-08-31 17:41:17 +02:00
animation_node_state_machine.h added Curve in animation node transition for better control over cros… 2022-08-18 08:17:30 +09:00
animation_player.cpp Improve documentation for get_animation() 2022-08-29 14:54:57 +08:00
animation_player.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
animation_tree.cpp Add linear/cubic angle interpolation to Animation interpolation type 2022-08-27 07:58:22 +09:00
animation_tree.h Add linear/cubic angle interpolation to Animation interpolation type 2022-08-27 07:58:22 +09:00
easing_equations.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
root_motion_view.cpp Add suffixes to all nodes and resources 2022-06-11 09:41:05 -05: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 Cast between float and ints in Tween.tween_property() 2022-08-30 10:53:31 +02:00
tween.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00