diff options
author | Silc Renew <tokage.it.lab@gmail.com> | 2022-11-20 06:38:51 +0900 |
---|---|---|
committer | Silc Renew <tokage.it.lab@gmail.com> | 2022-11-20 06:38:51 +0900 |
commit | b739bafd51cce6a454505af9b8a4d02195911969 (patch) | |
tree | b7c2f66e066921b7b090fd7c54fe1eddec8470eb /doc | |
parent | 895428c8058ce97abb02a6a3500e463f72a4f9c9 (diff) |
Fix connection of animation changed signal in AnimationTrackEditor
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Animation.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index 008296713d..af8d9c416f 100644 --- a/doc/classes/Animation.xml +++ b/doc/classes/Animation.xml @@ -568,13 +568,6 @@ The animation step value. </member> </members> - <signals> - <signal name="tracks_changed"> - <description> - Emitted when there's a change in the list of tracks, e.g. tracks are added, moved or have changed paths. - </description> - </signal> - </signals> <constants> <constant name="TYPE_VALUE" value="0" enum="TrackType"> Value tracks set values in node properties, but only those which can be interpolated. For 3D position/rotation/scale, using the dedicated [constant TYPE_POSITION_3D], [constant TYPE_ROTATION_3D] and [constant TYPE_SCALE_3D] track types instead of [constant TYPE_VALUE] is recommended for performance reasons. |