1
0
Fork 0
Commit Graph

84 Commits

Author SHA1 Message Date
Rémi Verschelde d09a3d83ff
Merge pull request #113574 from YeldhamDev/take_the_hint
Enable scroll hints for several parts of the editor
2025-12-09 19:32:11 +01:00
Michael Alexsander f187b8b2bf
Enable scroll hints for several parts of the editor 2025-12-09 10:55:26 -03:00
Logan Detrick 17c7a3b817 Remove unused private variables in `godot/editor` 2025-12-07 02:55:08 -08:00
Thaddeus Crews f972ab80ec
Merge pull request #113415 from Calinou/editor-animation-add-shortcut-in-tooltip
Add shortcuts in tooltips to the animation editor's play/pause buttons
2025-12-03 11:42:20 -06:00
Thaddeus Crews 6124d5ee2b
Merge pull request #113255 from lodetrick/animation-dock
Use new dock system for Animation and AnimationTree dock
2025-12-03 11:42:19 -06:00
Hugo Locurcio 11b1655298
Add shortcuts in tooltips to the animation editor's play/pause buttons
Shortcuts for these buttons don't make use of the Button shortcut
system, so that they work globally (even if the animation editor is
not focused). Therefore, we need to add the shortcut to the tooltip manually.
2025-12-03 18:21:08 +01:00
Mikael Hermansson 35441fda1b Fix truncation of node name in bezier animation editor 2025-12-03 12:32:35 +01:00
Logan Detrick a0c2d3d51d Use new dock system for Animation dock 2025-12-02 12:30:43 -08:00
Thaddeus Crews 295435d83a
Merge pull request #110866 from mihe/anim-node-icons
Add solo/hide/lock/delete buttons to node groups in bezier track editor
2025-12-02 11:51:54 -06:00
Rémi Verschelde 34cdf39db0
Merge pull request #113420 from Calinou/editor-use-unicode-arrows
Use Unicode arrow symbols throughout the editor
2025-12-02 14:17:28 +01:00
Rémi Verschelde 5a41bb884a
Merge pull request #113416 from Calinou/editor-animation-use-physical-shortcuts
Use physical key shortcuts for the animation editor's play/pause buttons
2025-12-02 14:17:23 +01:00
Rémi Verschelde d64b6bddef
Merge pull request #111935 from vaner-org/statemachine-transitions-improve-validation
Improve validation for adding transition in StateMachine
2025-12-02 14:15:48 +01:00
Rémi Verschelde 85d5df058b
Merge pull request #104371 from mihe/animation-player-reset
Fix issue of `AnimationPlayer` hiding bezier editor when re-selecting it
2025-12-02 14:15:28 +01:00
Hugo Locurcio db920eb7f0
Use Unicode arrow symbols throughout the editor
This does not apply to text printed to the Output panel, as the fixed-width
font may not have the glyph in its character set (or if it does, the arrow
character may be hard to read).
2025-12-02 01:36:35 +01:00
Hugo Locurcio 66698019d6
Use physical key shortcuts for the animation editor's play/pause buttons
These follow a (W)ASD pattern, so these should be translated to e.g.
(Z)QSD on AZERTY keyboards to ensure similar usability.
2025-12-02 01:11:05 +01:00
Mikael Hermansson ebf6016267 Add solo/hide/lock/delete buttons to node groups in bezier track editor
Co-authored-by: Kasper Arnklit Frandsen <kasper.arnklit@gmail.com>
2025-12-01 18:02:47 +01:00
Thaddeus Crews 101b827087
Merge pull request #110623 from YeldhamDev/time_manipulation
Allow resizing the length of animations by dragging the timeline
2025-11-21 18:37:39 -06:00
Thaddeus Crews 640109eeea
Merge pull request #111952 from KoBeWi/curing_dementia
Remember animation snapping state
2025-11-21 18:37:32 -06:00
Thaddeus Crews b9a92ca7d1
Merge pull request #112231 from timothyqiu/bezier-default-mode
Improve Bezier Default Mode button in Animation dock
2025-11-21 18:37:27 -06:00
Silc Lizard (Tokage) Renew c6ab601364 Fix read-only state for Skeleton and Inspector 2025-11-15 23:10:15 +09:00
Thaddeus Crews 6c63a1fd8b
Merge pull request #107959 from rapust/add-keyframe-shortcuts
Add "Go to Next/Previous Keyframe" to Animation Edit menu
2025-11-14 14:22:44 -06:00
Thaddeus Crews ba44671777
Merge pull request #112148 from carterwilson1337/master
Track groups in Animation tab hover highlight
2025-11-13 20:52:24 -06:00
Thaddeus Crews 3387636918
Merge pull request #112710 from vaner-org/fix-blendspace2d-triangle-error
Fix error in `BlendSpace2D` when selecting blend position tool
2025-11-13 20:52:09 -06:00
vaner-org 6146f3efee Fix error when switching to point movement mode from edit mode 2025-11-13 10:29:34 +05:30
carterwilson1337 472c8df99b Track groups in Animation tab hover highlight
Co-authored-by: Silc Lizard (Tokage) Renew <tokage.it.lab@gmail.com>

Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
2025-11-11 14:35:42 -05:00
Benjamin e40621925b Fix crash when rearranging filtered animation tracks 2025-11-11 19:49:35 +01:00
Thaddeus Crews 8327dfa215
Merge pull request #112092 from timothyqiu/ts-nums
Move localized number formatting methods to `TranslationServer`
2025-11-10 17:47:09 -06:00
Thaddeus Crews febd1d32cf
Merge pull request #111803 from PavielKraskouski/fix-dragging-blend-position
Fix unwanted blend position movement
2025-11-10 08:20:11 -06:00
Thaddeus Crews 58c124fd97
Merge pull request #111398 from xuhuisheng/dev/anim_length
Set step before set value, to fix animation length issue
2025-11-10 08:20:04 -06:00
Haoyu Qiu 72d437c030 Move localized number formatting methods to TranslationServer
Co-Authored-By: Pāvels Nadtočajevs <7645683+bruvzg@users.noreply.github.com>
2025-11-10 15:01:22 +08:00
Paviel Kraskoŭski f68242f533 Fix dragging blend position 2025-11-06 03:20:10 +03:00
Haoyu Qiu 1bf90662b8 Improve Bezier Default Mode button in Animation dock 2025-11-01 12:29:43 +08:00
Michael Alexsander 2a10291f41
Allow to resize the length of animations by dragging the timeline 2025-10-31 19:52:39 -03:00
LuoZhihao ce2fae79b1 Fallback to parent class icon by default for gdextension 2025-10-31 18:03:32 +08:00
Thaddeus Crews 597b0a2f03
Merge pull request #109986 from SomeRanDev/animation_node_state_machine_playback_expansion
Expose `get_fading_...` methods for `AnimationNodeStateMachinePlayback`
2025-10-28 12:19:20 -05:00
kobewi feb65f75f2 Remember animation snapping state 2025-10-26 21:24:39 +01:00
vaner-org d06d5700c0 Improved validation for adding transitions to StateMachine 2025-10-23 02:48:54 +05:30
Thaddeus Crews 505c732c30
Merge pull request #109534 from vaner-org/reconnect-statemachine-transitions
Allow reconnecting AnimationNodeStateMachine transitions
2025-10-20 18:09:49 -05:00
Thaddeus Crews 63fa4fc2ba
Merge pull request #110131 from vaner-org/animationtree-better-deselection
Improve deselection in AnimationTree editors and inspector
2025-10-20 18:09:40 -05:00
vaner-org f6a6aad6eb Better deselection handling in AnimationTree editors 2025-10-19 02:38:59 +05:30
vaner-org 51a54636c1 Allow reconnecting AnimationNodeStateMachine transitions 2025-10-19 02:38:50 +05:30
Thaddeus Crews 8aebfb7776
Merge pull request #109839 from vaner-org/blendspace-double-click
Double-click BlendSpace points to open their editor
2025-10-17 09:07:43 -05:00
Thaddeus Crews 4a7ca086a3
Merge pull request #109605 from vaner-org/statemachine-play-highlight-fix
Correctly reset StateMachine opacity when a node is played or renamed
2025-10-17 09:07:42 -05:00
Thaddeus Crews d5942cf5fd
Merge pull request #109792 from vaner-org/blendspace-better-cursor
Make BlendSpace selection tool consistent with StateMachine/BlendTree functionality
2025-10-17 09:07:39 -05:00
kobewi b9f7f2d767 Fix some easing presets not translated
Co-authored-by: Haoyu Qiu <timothyqiu32@gmail.com>
2025-10-10 13:21:56 +02:00
Mikael Hermansson c33b09ed19 Fix issue of `AnimationPlayer` hiding bezier editor when re-selecting it
Co-authored-by: Kasper Arnklit Frandsen <kasper.arnklit@gmail.com>
2025-10-08 11:43:43 +02:00
xuhuisheng d0ad6d6023 set step before set value, to fix animation length issue 2025-10-08 15:07:32 +08:00
Ryan 35999a16dd Fix AnimationPlayer to use StringName instead of String
Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-10-06 16:29:40 -04:00
Thaddeus Crews 9fc656d2bf
Merge pull request #110676 from YeldhamDev/can_you_bezier_a_marker
Show marker lines/sections in the animation bezier editor
2025-10-06 14:34:14 -05:00
Thaddeus Crews d1d28c0bcf
Merge pull request #111223 from Ivorforce/remove-iterator-include
Replace `std::size` usage with `std_size` to avoid `<iterator>` include.
2025-10-06 09:06:49 -05:00