summaryrefslogtreecommitdiffstats
path: root/editor/plugins/bone_map_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use range iterators in LocalVector loopskobewi2023-01-211-6/+6
* Add expand modes to TextureRectkobewi2023-01-121-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+4
* Code simplifications found by cppcheckMarkus Sauermann2022-11-211-2/+0
* Rename TextureButton set_*_texture methods to set_texture_*Aaron Franke2022-11-191-2/+2
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-4/+4
* Fix typos with codespellRémi Verschelde2022-09-301-1/+1
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-1/+1
* Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev2022-08-301-1/+1
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* Add simple auto mapping to BoneMapperSilc Renew2022-08-231-21/+910
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Make BoneMapper validation stricterSilc 'Tokage' Renew2022-07-281-5/+41
* add position track normalization & post process key value for retargetSilc Renew2022-07-261-4/+13
* add rest fixer to importer retargetSilc Renew2022-07-161-7/+22
* implement bone renamer in importerSilc Renew2022-07-011-0/+439