summaryrefslogtreecommitdiffstats
path: root/doc/classes/AnimationTree.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update links to outdated asset library demosskyace652024-04-071-1/+1
| | | | | | Update links to outdated asset library demos Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com>
* Update many Deprecated/Experimental descriptions for consistencyMicky2024-02-171-0/+2
|
* Add CallbackModeDiscrete to AnimationMixerSilc Lizard (Tokage) Renew2024-02-171-0/+1
|
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-10/+5
|
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-189/+17
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Clarify when things with _IDLE and _PHYSICS enums will runL4Vo52023-06-201-2/+2
|
* Overhaul the top sections of the class reference (Animation classes)VolTer2023-05-051-2/+2
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Add root motion accumulator to fix broken RootMotionViewSilc Renew2023-02-101-3/+81
|
* Remove meaningless `rename_parameter` in AnimationTreeSilc Renew2023-02-011-7/+0
|
* Implement blending audio feature to AnimationTreeSilc Renew2023-01-281-0/+4
|
* Make AnimTree/Player processes adopt to GDVIRTUALSilc Renew2023-01-261-0/+11
|
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
|
* Add animation_started/finished signals to AnimationTreeSilc Renew2022-12-211-0/+14
|
* Fix broken root motion scale and refactor APISilc Renew2022-11-261-4/+60
|
* Fix redraw timing in AnimationBlendTreeEditorSilc Renew2022-09-141-0/+7
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-3/+3
|
* Fix various typos not caught by codespellluz paz2022-07-211-1/+1
| | | Revert upstream `core/input/gamecontrollerdb.txt`. Upstream fix: https://github.com/gabomdq/SDL_GameControllerDB/pull/600
* Add AnimationTree Advance ExpressionsSaracenOne2022-06-281-0/+3
| | | | | | | | | | | Allows specifying an expression as a condition for state machine transitions. This gives much greater flexibility for creating complex state machines. By directly interfacing with the script code, it is possible to create complex animation advance condition for switching between states. Ensure assigning AnimationTreeStateMachineTransition base expression node in editor is relative to current AnimationTree node. Allow setting an expression base node on the AnimationTree itself. Co-Authored-By: reduz <reduzio@gmail.com>
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
|
* Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-121-2/+2
| | | | | | | | | | | | | | | | | | * `Animation.TYPE_TRANSFORM3D` track is gone. * Added POSITION_3D, ROTATION_3D, SCALE_3D tracks. * GLTF2, Collada, FBX importers will only import the track types found. * Skeleton3D bone poses are now Pos/Rot/Scale, pose matrix removed. * AnimationPlayer and AnimationTree animate these tracks separately, only when found. * Removed BakeReset code, is useless with these changes. This is the first in a series of commits designed to make the animation system in Godot more useful, which includes: * Better compatibility with Autodesk products * Better reusability of animations across models (including retargeting). * Proper animation compression. * etc. *Note* GLTF2 animation saving went broken with this PR, needs to be fixed in a subsequent one.
* doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde2021-10-051-1/+2
| | | | And fix up formatting not supported by makerst.
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-12/+6
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Document the RootMotionView classHugo Locurcio2021-07-211-3/+3
|
* Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3DAaron Franke2021-06-031-2/+2
|
* Update documentation for Transform3DAaron Franke2021-06-031-2/+2
|
* Update documentation for the new ProcessModeAaron Franke2021-02-191-0/+1
|
* doc: Sync classref with current sourceRémi Verschelde2021-02-191-5/+4
| | | | And fix various bogus bindings following previous PRs.
* Link to demos from within the class referenceAaron Franke2020-10-011-1/+1
|
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-2/+2
| | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
* Clarify usage of AnimationPlayer with AnimationTree and fill in empty method ↵Maganty Rushyendra2020-06-021-0/+4
| | | | | | | | | | | | | descriptions Add clarification to docs to explain that when an `AnimationPlayer` object is paired with an `AnimationTree`, several properties and methods exposed by the `AnimationPlayer` class may not work as expected. The issues occur because an `AnimationTree` runs independently, and uses its member `AnimationPlayer* player` primarily for its `Map<StringName, AnimationData> animation_set`. Added descriptions for `root_motion_track` and `get_root_motion_transform`.
* Add LOTS of missing docsTomasz Chabora2020-03-131-0/+9
|
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* doc: Sync classref with current sourceRémi Verschelde2019-07-151-1/+1
|
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-5/+5
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-3/+1
|
* Fill out some of the AnimationNode docs.Ryan Roden-Corrent2019-04-091-0/+2
| | | | | | | | | | | | | | | | | | The API docs for various animation nodes are pretty empty, yet the tutorial at https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html contains some details. These details should be included in the API docs so looking up a particular class actually provides some information rather than requiring the user to hunt for a different tutorial. This also links the AnimationTree tutorial and demo in the docs. I've found the TPS demo to be the best resource so far for learning how to use the AnimationTree. This should be easy to find if someone looks up the AnimationTree API docs. Finally, this fixes a param typo in AnimationNodeStateMachine.
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2018-08-211-0/+10
|
* Add method to manually advance AnimationTree and manual process mode.Saracen2018-08-021-0/+10
|
* doc: Sync classref with current sourceRémi Verschelde2018-07-261-0/+37
Fix various missing arguments in bindings.