summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_mixer.h
Commit message (Expand)AuthorAgeFilesLines
* Add samples playback supportAdam Scott2024-06-181-1/+8
* Fix Deterministic blending with Dominant doesn't have init valueSilc Lizard (Tokage) Renew2024-05-211-3/+3
* Make AnimationMixer consider Discrete for RESET trackSilc Lizard (Tokage) Renew2024-04-061-0/+7
* Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-051-2/+3
* Optimise Object's `get_argument_options`Micky2024-02-291-0/+3
* Force non-numeric ValueTrack use Discrete with DominantSilc Lizard (Tokage) Renew2024-02-221-0/+2
* Make CallbackModeDiscrete.Dominant be default for AnimationPlayerSilc Lizard (Tokage) Renew2024-02-181-1/+1
* Add CallbackModeDiscrete to AnimationMixerSilc Lizard (Tokage) Renew2024-02-171-2/+13
* Add capture() and play_with_capture() as substitute of update captureSilc Lizard (Tokage) Renew2024-02-121-1/+27
* Remove Object pointer/solve types conflict in AnimationTrackCacheSilc Lizard (Tokage) Renew2024-01-081-36/+18
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* Add autocompletion for AnimationLibrary's & AnimationMixerMicky2024-01-041-0/+1
* Perform safe copies in AnimatedValuesBackup::get_cache_copy()Pedro J. Estébanez2023-11-241-0/+58
* Fix TrackCache memory crashkobewi2023-11-231-7/+6
* Bind `_reset`/`_restore` in AnimationMixerSilc Lizard (Tokage) Renew2023-11-231-12/+10
* Merge pull request #84815 from TokageItLab/array-animationRémi Verschelde2023-11-161-0/+1
|\
| * Rework blending method in Variant animation for Int/Array/StringSilc Lizard (Tokage) Renew2023-11-161-0/+1
* | Fix ValueTrack with Resource is leakingSilc Lizard (Tokage) Renew2023-11-161-0/+19
|/
* Remove AnimationMixer bindings only bound in the editorRaul Santos2023-10-161-3/+5
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-0/+384