summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_blend_tree.h
Commit message (Collapse)AuthorAgeFilesLines
...
* -Fix blend tree rename, closes #20210Juan Linietsky2018-08-231-1/+0
| | | | -Fixed activity lines in blend tree
* Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-42/+69
| | | | | -Reuse resources -Expose properties in AnimationTree
* Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-3/+27
|
* renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky2018-06-251-2/+2
|
* Animation Blend SpacesJuan Linietsky2018-06-211-4/+4
|
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-181-0/+328
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback)