godot/scene/animation
reduz 1aa2823fa3 Removed _change_notify
-For inspector refresh, the inspector now detects if a property change by polling a few times per second and then does update the control if so. This process is very cheap.
-For property list refresh, a new signal (property_list_changed) was added to Object. _change_notify() is replaced by notify_property_list_changed()
-Changed all objects using the old method to the signal, or just deleted the calls to _change_notify(<property>) since they are unnecesary now.
2021-02-10 19:31:24 -03:00
..
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
animation_blend_space_1d.cpp Initialize class variables with default values in scene/ [1/2] 2021-02-07 22:29:31 +01:00
animation_blend_space_1d.h Initialize class variables with default values in scene/ [1/2] 2021-02-07 22:29:31 +01:00
animation_blend_space_2d.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
animation_blend_space_2d.h Initialize class variables with default values in scene/ [1/2] 2021-02-07 22:29:31 +01:00
animation_blend_tree.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
animation_blend_tree.h Initialize class variables with default values in scene/ [1/2] 2021-02-07 22:29:31 +01:00
animation_cache.cpp Initialize class variables with default values in scene/ [1/2] 2021-02-07 22:29:31 +01:00
animation_cache.h Initialize class variables with default values in scene/ [1/2] 2021-02-07 22:29:31 +01:00
animation_node_state_machine.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
animation_node_state_machine.h Initialize class variables with default values in scene/ [1/2] 2021-02-07 22:29:31 +01:00
animation_player.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
animation_player.h Fix animation reset-on-save on inactive scene tabs 2021-02-09 21:41:48 +01:00
animation_tree.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
animation_tree.h Initialize class variables with default values in scene/ [1/2] 2021-02-07 22:29:31 +01:00
root_motion_view.cpp Initialize class variables with default values in scene/ [1/2] 2021-02-07 22:29:31 +01:00
root_motion_view.h Initialize class variables with default values in scene/ [1/2] 2021-02-07 22:29:31 +01:00
tween.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
tween.h Initialize class variables with default values in scene/ [1/2] 2021-02-07 22:29:31 +01:00