summaryrefslogtreecommitdiffstats
path: root/editor/plugins/bone_map_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-6/+0
* Prevent automapper throwing obscure error.Saracen2024-08-261-3/+5
* Remove empty bind_methods()kobewi2024-08-151-3/+0
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-3/+3
* Add tips detection to bone mapperSilc Lizard (Tokage) Renew2024-04-281-0/+75
* Merge pull request #89970 from AThousandShips/require_exposeRémi Verschelde2024-04-051-1/+1
|\
| * [Animation] Expose `SkeletonProfile.set/is_required`A Thousand Ships2024-03-301-1/+1
* | Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-051-1/+1
* | Fixed loop condition in bone mappingK. S. Ernest (iFire) Lee2024-03-291-1/+1
|/
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-6/+6
* Improve editor theme generation after the refactorYuri Sizov2024-01-171-1/+2
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* Move 3D scene import classes to their own folderAaron Franke2024-01-041-4/+4
* Rename ImportSettings dialogs to have "Dialog" in the nameAaron Franke2023-11-261-1/+1
* Improve retarget auto-mapping algorithmSilc Lizard (Tokage) Renew2023-09-181-75/+110
* Add EditorStringNames singletonkobewi2023-09-031-10/+10
* 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