summaryrefslogtreecommitdiffstats
path: root/editor/plugins/skeleton_3d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Skeleton 3D insert key tooltipsskyace652024-07-301-2/+2
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* Fix Shader for SkeletonGizmo to follow renderer's reversed-z changeSilc Lizard (Tokage) Renew2024-06-051-2/+2
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add shorthand for using singleton string nameskobewi2024-05-111-10/+10
* Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-051-3/+9
* Merge pull request #89599 from timothyqiu/vegetateRémi Verschelde2024-03-231-0/+1
|\
| * Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* | Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-4/+2
|/
* Merge pull request #88862 from smix8/split_physics_classesRémi Verschelde2024-02-271-3/+4
|\
| * Split monolithic physics class filessmix82024-02-271-3/+4
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
|/
* Move 3D-only resources to their own folderAaron Franke2024-02-261-2/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-2/+2
* Merge pull request #87048 from Mickeon/scene-string-names-are-a-messRémi Verschelde2024-01-111-8/+8
|\
| * Use SceneStringNames in Skeleton3DEditorPluginMicky2024-01-101-8/+8
* | Update deferred calls to use Callableskobewi2024-01-091-12/+0
|/
* Merge pull request #82872 from jsjtxietian/require-editor-restart-when-csg-gi...Yuri Sizov2023-12-191-2/+2
|\
| * Prompt require editor restart to user when gizmo color changedjsjtxietian2023-10-061-2/+2
* | Fix crash when reimporting with Skeleton3D selected.Saracen2023-10-251-1/+3
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
|/
* Make 3D editor gizmos and debug shapes ignore fogHugo Locurcio2023-09-271-7/+16
* Merge pull request #81939 from YuriSizov/gui-flat-and-depressedRémi Verschelde2023-09-251-6/+8
|\
| * Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-6/+8
* | Fix skeleton 3d editor's toolbar ui deleted from wrong containerjsjtxietian2023-09-241-20/+3
|/
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-5/+5
* Merge pull request #81516 from YuriSizov/editor-theme-access-the-successYuri Sizov2023-09-151-1/+1
|\
| * Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-1/+1
* | Improve the looks of 2D/3D viewport contextual toolbarsYuri Sizov2023-09-131-5/+5
|/
* Add EditorStringNames singletonkobewi2023-09-031-14/+15
* Merge pull request #77096 from spanzeri/skeleton-editor-cleanup-followupRémi Verschelde2023-08-171-6/+7
|\
| * Additional cleanup of editor bonesSamuele Panzeri2023-05-151-6/+7
* | Refactor vector editor propertieskobewi2023-05-311-0/+1
|/
* Fix skeleton 3d editor crash in RC3Samuele Panzeri2023-05-151-8/+5
* Fix skeleton_3d & physical_bone_3d editor errorsSamuele Panzeri2023-05-101-3/+1
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+1
* Remove WARNING "ray: index" for debug from SkeletonEditorSilc Renew2023-02-111-2/+0
* Fix scaled_orthogonal() & subgizmo global scalingSilc Renew2023-02-041-1/+1
* Improve editor handling of Skeleton3D nodes with zero bones.SaracenOne2023-01-241-63/+77
* Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-5/+1
|\
| * Remove set_drag_forwarding_compat()kobewi2023-01-141-5/+1
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-6/+6
|/
* Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Make keys deselected when keying property for animation to avoid crashSilc 'Tokage' Renew2022-12-171-1/+2
* Use _request_gizmo from SceneStringNamesMarkus Sauermann2022-12-121-2/+3
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-1/+1