summaryrefslogtreecommitdiff
path: root/scene/animation/animation_blend_tree.cpp
AgeCommit message (Expand)Author
2023-02-13Refactor NodeTransition/OneShot to handle seek/filter correctlySilc Renew
2023-02-11Merge pull request #73120 from TokageItLab/fix-transition-reset-fadeRémi Verschelde
2023-02-12Fix NodeOneShot fade-out doesn't blend animations correctlySilc Renew
2023-02-12Fix remaining fade doesn't clear when reset in AnimationNodeTransitionSilc Renew
2023-02-10Fix broken first frame of NodeTransition/NodeOneShot when xfade is 0Silc Renew
2023-02-05Fix NodeTransition initialization and AnimationNode remapping methodSilc Renew
2023-02-01Consistent with NodeTimeSeek parameters OtherNodesSilc Renew
2023-02-01Make restart in NodeStateMachine / NodeTransition optionalSilc Renew
2023-01-31Allow the Reset option of NodeTransition to be set for each InputSilc Renew
2023-01-30Remove the max input limit & cleanup AnimationNodeTransition APISilc Renew
2023-01-21Fix max limit of AnimationNodeTransition input count in the inspectorSilc Renew
2023-01-19Allow AnimationNodes to restart when transitioning to the same stateSilc Renew
2023-01-19Add next/reset function to AnimationStateMachineSilc Renew
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-21Add animation_started/finished signals to AnimationTreeSilc Renew
2022-12-20Fixed a bug where negative Blend values were being discardedSilc Renew
2022-12-01Refactor process of animation to retrive keys more exactlySilc Renew
2022-11-22Refactor process of AnimationTree for end of animationSilc Renew
2022-11-16Optimize animation blend tree processSilc Renew
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-26Change time parameters and variables to double typeDave Palais
2022-09-15Merge pull request #65196 from TokageItLab/fix-redraw-anim-treeRémi Verschelde
2022-09-14Fix redraw timing in AnimationBlendTreeEditorSilc Renew
2022-09-02Rename `or_lesser` range property hint to `or_less`Hugo Locurcio
2022-08-31Merge pull request #59919 from piiertho/enhancement/rename-AnimationNodeTrans...Rémi Verschelde
2022-08-31enhancement: Rename declared property AnimationNodeTransition::input_count to...Pierre-Thomas Meisels
2022-08-30Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio
2022-08-22Merge pull request #63802 from TokageItLab/curve-transitionRémi Verschelde
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-08-18added Curve in animation node transition for better control over cros…Silc Renew
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-16refactor sync in AnimationTreeSilc Renew
2022-06-29fixed Pingpong animation get snaging on the edge in AnimationTreeSilc Renew
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-05-19Add dedicated macros for property name extractionHaoyu Qiu
2022-05-09Fixed delta & Implement selection of whether or not to seek rootSilc Renew
2022-03-18Fix inversed ADD_GROUP parameters in AnimationNodeOneShotHaoyu Qiu
2022-02-04String: Add contains().Anilforextra
2022-01-27More time parameters change type float to doubleSilc 'Tokage' Renew
2022-01-25Expose AnimationNodeOneShot::mix_mode as a propertyWysocki Patryk
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-09Merge pull request #53819 from TokageItLab/re-implement-ping-pongRémi Verschelde
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-11-03reimplement ping-pongSilc 'Tokage' Renew
2021-10-11Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky
2021-10-09implement ping-pong loop in animationTokage
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-30Fix non-const iterators in const methodsLightning_A
2021-09-21Merge pull request #52605 from TokageItLab/fixed-vtype-in-node-oneshotRémi Verschelde