summaryrefslogtreecommitdiffstats
path: root/doc/classes/Animation.xml
Commit message (Expand)AuthorAgeFilesLines
* Add markers to animationchocola-mint2024-09-291-0/+71
* Expose the optimize method of the Animation class to gdscript.Malcolm Nixon2024-09-111-0/+9
* Make `Animation::capture_included` read-onlyRaul Santos2024-08-101-1/+1
* Update Animation.track_set_path and AnimationMixer.root_motion_trackScot2024-07-071-1/+1
* Fix seeking Animation immediate after playback for Discrete trackSilc Lizard (Tokage) Renew2024-06-081-0/+4
* Add auto_capture option to AnimationPlayerSilc Lizard (Tokage) Renew2024-05-021-1/+4
* Set animation step from importers. Increase default step from 10 to 30 FPS.Lyuma2024-04-191-1/+1
* Make consistent the retrieval of audio tracksSilc Lizard (Tokage) Renew2024-02-181-0/+2
* Add CallbackModeDiscrete to AnimationMixerSilc Lizard (Tokage) Renew2024-02-171-0/+5
* Add capture() and play_with_capture() as substitute of update captureSilc Lizard (Tokage) Renew2024-02-121-1/+1
* Include animation.length in Animation example312024-01-141-4/+6
* Fix description of `Animation::copy_track`A Thousand Ships2023-10-161-1/+1
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Overhaul the top sections of the class reference (Animation classes)VolTer2023-05-051-2/+2
* Expose interpolation methods for 3D track in Animation classSilc Renew2023-04-251-0/+32
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Remove extra spaces and correct crosslinks in some documentationYuri Sizov2023-02-171-1/+1
* Implement blending audio feature to AnimationTreeSilc Renew2023-01-281-0/+15
* Add inspector plugin for key time edit & Change find key argumentSilc Renew2022-12-221-2/+11
* Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/PlayerSilc Renew2022-12-021-5/+2
* Refactor process of animation to retrive keys more exactlySilc Renew2022-12-011-0/+9
* Refactor process of AnimationTree for end of animationSilc Renew2022-11-221-18/+0
* Fix connection of animation changed signal in AnimationTrackEditorSilc Renew2022-11-201-7/+0
* Document the Animation classHugo Locurcio2022-10-241-2/+14
* Add linear/cubic angle interpolation to Animation interpolation typeSilc Renew2022-08-271-0/+8
* Make Cubic to CubicInTime and reduce items in the track intrp typeSilc Renew2022-08-261-3/+0
* Merge pull request #64647 from TokageItLab/auto-tangentRémi Verschelde2022-08-231-25/+0
|\
| * Add bezier preset and refactor bezier editorSilc Renew2022-08-231-25/+0
* | Make `cubic_interpolate()` consider key time in animationSilc Renew2022-08-191-0/+3
|/
* [doc] Fix grammar in class docs: amount vs. numberAndy Maloney2022-08-171-1/+1
* [doc] Use "param" instead of "code" to refer to parameters (8)Andy Maloney2022-08-121-30/+30
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-146/+146
* Make `Animation::track_insert_key` return key indexZae2022-07-311-2/+2
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Make bezier handle type a property of keyframes, update interfaceNathan Lovato2021-11-161-0/+27
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* reimplement ping-pongSilc 'Tokage' Renew2021-11-031-2/+11
* Merge pull request #54050 from reduz/animation-compressionRémi Verschelde2021-10-251-0/+14
|\
| * Implement Animation Compressionreduz2021-10-211-0/+14
* | Fixed animation insertion in SkeletonEditorSilc 'Tokage' Renew2021-10-231-0/+1
|/
* Implement Animation Blend Shape Tracksreduz2021-10-161-4/+14
* Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-121-25/+33
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-12/+2
* implement ping-pong loop in animationTokage2021-10-091-2/+12
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-372/+186
* Fix doc typosNicholas Huelin2021-07-231-1/+1
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-2/+2
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-2/+2