summaryrefslogtreecommitdiffstats
path: root/scene/animation
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #76418 from reduz/method-bind-validated-callRémi Verschelde2023-05-082-1/+7
|\
| * Add ValidatedCall to MethodBindJuan Linietsky2023-04-302-1/+7
* | Unexpose AnimationTrackEditPlugin as not implementedYuri Sizov2023-04-251-1/+1
* | Expose interpolation methods for 3D track in Animation classSilc Renew2023-04-252-29/+29
|/
* Merge pull request #75759 from TokageItLab/reimplement-grouped-statemachineRémi Verschelde2023-04-2410-645/+1124
|\
| * Rework StateMachine and nested StateMachine processSilc Renew2023-04-1810-645/+1124
* | optimize blend position searchyedpodtrzitko2023-04-081-15/+5
* | Various Tween code improvementskobewi2023-04-032-35/+36
* | Add get_loops_left() function to TweenJohn Pennycook2023-03-202-0/+10
|/
* Check for type mismatch in PropertyTweener.from()kobewi2023-02-282-0/+7
* Refactor NodeTransition/OneShot to handle seek/filter correctlySilc Renew2023-02-131-20/+21
* Fix tween_method() type validationkobewi2023-02-122-10/+22
* Merge pull request #73120 from TokageItLab/fix-transition-reset-fadeRémi Verschelde2023-02-111-4/+13
|\
| * Fix remaining fade doesn't clear when reset in AnimationNodeTransitionSilc Renew2023-02-121-4/+13
* | Fix NodeOneShot fade-out doesn't blend animations correctlySilc Renew2023-02-121-3/+4
|/
* Merge pull request #73024 from TokageItLab/fix-transtition-first-frameRémi Verschelde2023-02-101-8/+13
|\
| * Fix broken first frame of NodeTransition/NodeOneShot when xfade is 0Silc Renew2023-02-101-8/+13
* | Add some missing translatable editor stringsHaoyu Qiu2023-02-101-1/+1
|/
* Add root motion accumulator to fix broken RootMotionViewSilc Renew2023-02-103-26/+68
* Some code simplificationsMarkus Sauermann2023-02-071-1/+1
* Merge pull request #72722 from TokageItLab/animtree-mapRémi Verschelde2023-02-0710-22/+188
|\
| * Fix NodeTransition initialization and AnimationNode remapping methodSilc Renew2023-02-0510-22/+188
* | Fixed animation audio to play considering time when seekingSilc Renew2023-02-052-7/+12
|/
* Merge pull request #72509 from TokageItLab/seekconRémi Verschelde2023-02-022-17/+17
|\
| * Consistent with NodeTimeSeek parameters OtherNodesSilc Renew2023-02-012-17/+17
* | Remove meaningless `rename_parameter` in AnimationTreeSilc Renew2023-02-012-18/+0
|/
* Merge pull request #72450 from TokageItLab/optional-restartRémi Verschelde2023-02-014-10/+45
|\
| * Make restart in NodeStateMachine / NodeTransition optionalSilc Renew2023-02-014-10/+45
* | Merge pull request #72396 from TokageItLab/bs1dconsistRémi Verschelde2023-01-312-55/+142
|\ \
| * | Consistent with NodeBlendSpace1D option NodeBlendSpace2DSilc Renew2023-01-312-55/+142
* | | Force update AnimationTree player cache when AnimationPlayer changes.SaracenOne2023-01-311-0/+2
| |/ |/|
* | Merge pull request #72383 from MewPurPur/correct-tween-errorsRémi Verschelde2023-01-301-4/+4
|\ \ | |/ |/|
| * Fix error messages of {}Tweener.new()VolTer2023-01-301-4/+4
* | Merge pull request #72388 from TokageItLab/transition-reset-eachRémi Verschelde2023-01-302-24/+33
|\ \
| * | Allow the Reset option of NodeTransition to be set for each InputSilc Renew2023-01-312-24/+33
* | | Allow seek() without assigned animation in AnimationPlayerSilc Renew2023-01-301-5/+10
|/ /
* | Merge pull request #71964 from bruvzg/mat_keyRémi Verschelde2023-01-301-1/+2
|\ \
| * | Fix unsafe murmur3 hash use for the default material keys, expose alpha hash ...bruvzg2023-01-241-1/+2
* | | Remove the max input limit & cleanup AnimationNodeTransition APISilc Renew2023-01-304-113/+132
| |/ |/|
* | Fix AnimatedSprite play() don't redraw immediatelySilc Renew2023-01-292-3/+5
* | Implement blending audio feature to AnimationTreeSilc Renew2023-01-284-189/+395
* | Merge pull request #71907 from TokageItLab/change-animated-sprite-apiRémi Verschelde2023-01-271-3/+7
|\ \
| * | Make AnimatedSprite's playback API consistent with AnimationPlayerSilc Renew2023-01-261-3/+7
| |/
* | Fix AnimationTree MethodTrack discards all processSilc Renew2023-01-271-1/+1
* | Make AnimTree/Player processes adopt to GDVIRTUALSilc Renew2023-01-264-33/+59
* | Fix spamming audio preview and cleanup process in AnimationPlayer/TreeSilc Renew2023-01-262-17/+22
* | Add indicator for state machine transition fade progress and position of stat...SaracenOne2023-01-252-1/+38
* | PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"Aaron Franke2023-01-241-1/+1
|/
* Merge pull request #71840 from TokageItLab/fix-travel-resetRémi Verschelde2023-01-221-3/+5
|\
| * Fix weird behavior of teleporting to self-state when reset is falseSilc Renew2023-01-221-3/+5