aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/animation_blend_tree_editor_plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky2018-06-251-12/+12
|
* added AnimationBlendSpace1DThomas Herzog2018-06-251-0/+1
|
* rename BlendSpace to BlendSpace2DThomas Herzog2018-06-251-1/+1
|
* State machine animation nodeJuan Linietsky2018-06-251-0/+1
|
* Fix crashes, ability to add blendpsace into blendtree, ability to delete ↵Juan Linietsky2018-06-211-14/+31
| | | | with delete key
* Animation Blend SpacesJuan Linietsky2018-06-211-11/+10
|
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-181-0/+829
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback)