summaryrefslogtreecommitdiffstats
path: root/editor/plugins/root_motion_editor_plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* i18n: Sync translation template with current sourceRémi Verschelde2019-01-071-1/+1
| | | | Misc fixes to source strings.
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Refactor editor icon retrievalwillnationsdev2018-09-141-13/+2
|
* Misc. typosluz.paz2018-09-121-2/+2
| | | Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
|
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+0
|
* The way multiple quaternions being slerped was not good, changed approach to ↵Juan Linietsky2018-06-271-1/+2
| | | | one that seems to work better.
* -Add root motion support in AnimationTree.Juan Linietsky2018-06-261-0/+292
-Add RootMotionView, to debug root motion in 3D (disabled in runtime)