summaryrefslogtreecommitdiffstats
path: root/scene/resources/animation.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add markers to animationchocola-mint2024-09-291-0/+27
* Use static LocalVector for processed_hashesNazarii2024-08-301-2/+2
* Optimize animationsnazarii2024-08-301-9/+13
* Make `Animation::capture_included` read-onlyRaul Santos2024-08-101-1/+0
* Add approx comparing methods to Animation, use them on time comparisonSilc Lizard (Tokage) Renew2024-07-241-0/+16
* Clamp bezier handle length to half the length of animationKasper Frandsen2024-07-041-0/+1
* Fix seeking Animation immediate after playback for Discrete trackSilc Lizard (Tokage) Renew2024-06-081-2/+2
* Fix wrong usage of parameters_base_path StringNamekobewi2024-05-301-0/+2
* Add auto_capture option to AnimationPlayerSilc Lizard (Tokage) Renew2024-05-021-0/+5
* Set animation step from importers. Increase default step from 10 to 30 FPS.Lyuma2024-04-191-1/+1
* Rework AnimationNode process for retrieving the semantic time infoSilc Lizard (Tokage) Renew2024-03-201-1/+3
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-6/+6
* Make consistent the retrieval of audio tracksSilc Lizard (Tokage) Renew2024-02-181-22/+19
* Add CallbackModeDiscrete to AnimationMixerSilc Lizard (Tokage) Renew2024-02-171-9/+18
* Remove Object pointer/solve types conflict in AnimationTrackCacheSilc Lizard (Tokage) Renew2024-01-081-1/+10
* Add cubic_interpolate_in_time_variant() to AnimationSilc Lizard (Tokage) Renew2023-12-301-0/+1
* Rework blending method in Variant animation for Int/Array/StringSilc Lizard (Tokage) Renew2023-11-161-2/+12
* Expose interpolation methods for 3D track in Animation classSilc Renew2023-04-251-4/+8
* Implement blending audio feature to AnimationTreeSilc Renew2023-01-281-0/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add inspector plugin for key time edit & Change find key argumentSilc Renew2022-12-221-1/+8
* Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/PlayerSilc Renew2022-12-021-1/+0
* Refactor process of animation to retrive keys more exactlySilc Renew2022-12-011-3/+9
* Refactor process of AnimationTree for end of animationSilc Renew2022-11-221-26/+0
* Changed the rest definition of SkeletonProfileHumanoid thumbSilc Renew2022-09-181-1/+1
* Move some methods to Animation from Variant for refactoringSilc Renew2022-09-151-0/+6
* Add optimization for Animation::ValueTrackSilc Renew2022-08-271-1/+3
* Add linear/cubic angle interpolation to Animation interpolation typeSilc Renew2022-08-271-0/+4
* Make Cubic to CubicInTime and reduce items in the track intrp typeSilc Renew2022-08-261-6/+0
* Merge pull request #64647 from TokageItLab/auto-tangentRémi Verschelde2022-08-231-7/+23
|\
| * Add bezier preset and refactor bezier editorSilc Renew2022-08-231-7/+23
* | Merge pull request #64132 from TokageItLab/fix-optimizerRémi Verschelde2022-08-221-9/+8
|\ \
| * | improve animation track optimizer algorithmSilc Renew2022-08-091-9/+8
| |/
* / Make `cubic_interpolate()` consider key time in animationSilc Renew2022-08-191-1/+7
|/
* Make `Animation::track_insert_key` return key indexZae2022-07-311-1/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-4/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Make bezier handle type a property of keyframes, update interfaceNathan Lovato2021-11-161-4/+12
* reimplement ping-pongSilc 'Tokage' Renew2021-11-031-8/+16
* Merge pull request #54050 from reduz/animation-compressionRémi Verschelde2021-10-251-2/+90
|\
| * Implement Animation Compressionreduz2021-10-211-2/+90
* | Fixed animation insertion in SkeletonEditorSilc 'Tokage' Renew2021-10-231-2/+1
|/
* Implement Animation Blend Shape Tracksreduz2021-10-161-0/+15
* Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-121-32/+42
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-19/+11
* implement ping-pong loop in animationTokage2021-10-091-11/+19
* Calculate proper animation length.K. S. Ernest (iFire) Lee2021-08-241-0/+3