summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_blend_tree_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-18/+17
|\
| * Merge pull request #98224 from timothyqiu/select-markers-dialogThaddeus Crews2024-11-121-17/+16
| |\
| | * Improve Select Markers dialog in AnimationTree editorHaoyu Qiu2024-10-161-17/+16
| * | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-5/+5
|\| |
| * | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-5/+5
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add markers to animationchocola-mint2024-09-291-0/+166
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-3/+3
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-2/+2
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-7/+7
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+1
* Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-051-2/+2
* Add GraphFrame and integrate it in VisualShaderHendrik Brucker2024-04-041-3/+3
* 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
* | Rework AnimationNode process for retrieving the semantic time infoSilc Lizard (Tokage) Renew2024-03-201-6/+3
|/
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-1/+3
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* Fix unintentional translations in AnimationTreeJunji Takakura2024-02-031-0/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Remove Object pointer/solve types conflict in AnimationTrackCacheSilc Lizard (Tokage) Renew2024-01-081-0/+1
* Merge pull request #76654 from TokageItLab/improve-filter-util-anim-treeRémi Verschelde2024-01-041-1/+124
|\
| * Add useful functions to FilterEdit in AnimationBlendTreeEditorSilc Lizard (Tokage) Renew2023-09-301-1/+124
* | Readd close button for nodes in AnimationNodeBlendTree editorHaoyu Qiu2023-10-231-1/+9
* | Automatic reconnection of nodes in blend tree.Saracen2023-10-181-0/+5
* | Make `GraphEdit` toolbar more customizableYuri Sizov2023-10-021-1/+1
* | Merge pull request #82370 from YuriSizov/graphs-request-rename-close-delete-p...Rémi Verschelde2023-10-021-5/+5
|\ \ | |/ |/|
| * Rename close requests to delete requests in `GraphEdit`Yuri Sizov2023-09-261-5/+5
* | Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-48/+22
|/
* Fix theme access and improve UX in AnimationTree editorYuri Sizov2023-09-231-8/+4
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-5/+5
* Improve undo action namesHaoyu Qiu2023-09-121-1/+1
* Clean up/refactor GraphNode and make it more flexibleHendrik Brucker2023-09-071-10/+14
* Add EditorStringNames singletonkobewi2023-09-031-6/+7
* Clean up/refactor GraphEditHendrik Brucker2023-07-241-6/+6
* Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-171-0/+1
* Implement NodeSub2 to AnimationTree & improve mathematical NodesSilc Lizard (Tokage) Renew2023-05-271-0/+1
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Merge pull request #72509 from TokageItLab/seekconRémi Verschelde2023-02-021-1/+1
|\
| * Consistent with NodeTimeSeek parameters OtherNodesSilc Renew2023-02-011-1/+1
* | Remove meaningless `rename_parameter` in AnimationTreeSilc Renew2023-02-011-2/+0
|/
* Merge pull request #71418 from TokageItLab/restart-anim-treeRémi Verschelde2023-01-191-1/+1
|\
| * Allow AnimationNodes to restart when transitioning to the same stateSilc Renew2023-01-191-1/+1
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-11/+11
|/
* Fix canceling add_node Popup doesn't disconnect previous node.stmSi2023-01-101-0/+6