godot/scene
ShyRed c2a8eb2081 Use fake audio playing property in editor
It appears that some time ago users were supposed to be able to include the playback of sound effects in their animations by placing keys on the "playing" property. Back then the key frame editor took the value of the checkbox in the property_editor.

Somewhere / Sometime this behaviour changed and the key frame editor is now reading the actual value from the object instead of relying on the property editor.

This commit introduces a fake active field that is returned when reading the playing property in the editor. While the actual active flag is changed when playback is finished the fake one will stay the same thus allowing the user to take their time with setting the key in the animation editor.

(cherry picked from commit bc1522e268)
2018-05-13 21:42:27 +02:00
..
2d Use fake audio playing property in editor 2018-05-13 21:42:27 +02:00
3d Use fake audio playing property in editor 2018-05-13 21:42:27 +02:00
animation fix bone scale/rotation in AnimationPlayers 2018-04-28 20:19:35 +02:00
audio Use fake audio playing property in editor 2018-05-13 21:42:27 +02:00
gui Hand-merge API hash fixes #18514 2018-04-29 20:44:48 +02:00
main Merge pull request #18082 from RandomShaper/improve-gui-touch-3.0 2018-05-13 21:30:37 +02:00
resources Add radio-button-looking entries to PopupMenu 2018-04-28 22:16:25 +02:00
register_scene_types.cpp BMFont loading direct support from .fnt files. 2018-01-16 17:58:04 -03:00
register_scene_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
scene_string_names.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
scene_string_names.h 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
SCsub disable caching for targets using helper functions 2017-11-28 23:24:12 -04:00