summaryrefslogtreecommitdiffstats
path: root/doc/classes/AnimationMixer.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-14/+30
|\
| * Add root_motion_local option to AnimationMixerSilc Lizard (Tokage) Renew2024-11-191-14/+30
| |
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Add document to clarify un-interpolatable type on animation blendingSilc Lizard (Tokage) Renew2024-08-181-1/+13
|
* Add Animation tutorial links to class reference by 4.3Silc Lizard (Tokage) Renew2024-08-131-1/+2
|
* Update Animation.track_set_path and AnimationMixer.root_motion_trackScot2024-07-071-2/+2
| | | | | | Updated the usage description of [method Animation.track_set_path] and [member Animation.root_motion_track] to identify the parent is the root_node identified in animation player, and that the format is the same for each. Remove extra symbols
* Merge pull request #93855 from ayanchavand/fix-docs-code-animRémi Verschelde2024-07-021-2/+2
|\ | | | | | | Fix AnimationMixer docs example code for `get_root_motion_rotation_accumulator`
| * Fix: AnimationMixer Example Codeayanchavand2024-07-021-2/+2
| |
* | Fix Info about Global library on add_animation_library method in ↵Ashish Kumar2024-07-011-0/+7
|/ | | | | | | | | | doc/classes/AnimationMixer.xml Fix Info about Global library on add_animation_library method in doc/classes/AnimationMixer.xml Fix Info about Global library on add_animation_library method Co-authored-by: Silc Lizard (Tokage) Renew <tokage.it.lab@gmail.com>
* Fix Deterministic blending with Dominant doesn't have init valueSilc Lizard (Tokage) Renew2024-05-211-4/+4
|
* Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-051-4/+9
|
* Force non-numeric ValueTrack use Discrete with DominantSilc Lizard (Tokage) Renew2024-02-221-0/+1
|
* Merge pull request #88443 from Mickeon/documentation-hunting-for-deprecatedRémi Verschelde2024-02-201-2/+2
|\ | | | | | | Update many Deprecated/Experimental descriptions for consistency
| * Update many Deprecated/Experimental descriptions for consistencyMicky2024-02-171-2/+2
| |
* | Make CallbackModeDiscrete.Dominant be default for AnimationPlayerSilc Lizard (Tokage) Renew2024-02-181-3/+3
|/
* Add CallbackModeDiscrete to AnimationMixerSilc Lizard (Tokage) Renew2024-02-171-0/+14
|
* Add capture() and play_with_capture() as substitute of update captureSilc Lizard (Tokage) Renew2024-02-121-0/+12
|
* Remove Object pointer/solve types conflict in AnimationTrackCacheSilc Lizard (Tokage) Renew2024-01-081-3/+3
| | | | Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-0/+342