Mike Precup
b9beb852e6
Fix sphere gizmo handle position
2025-07-14 10:19:01 -07:00
Thaddeus Crews
d5cb0f948e
Merge pull request #108478 from KoBeWi/phantom_paths
...
Fix export path "leaking" between presets
2025-07-14 10:30:42 -05:00
Thaddeus Crews
2d1453c1e8
Merge pull request #108436 from AeioMuch/scroll_scene_tree_if_move_item_with_keys
...
Scroll scene tree dock when moving item(s) with keys
2025-07-14 10:30:41 -05:00
Thaddeus Crews
1713a8ddc8
Merge pull request #108533 from YeldhamDev/get_owned
...
Fix unwanted resource duplication in the theme editor
2025-07-14 10:30:35 -05:00
Thaddeus Crews
7e0b813abd
Merge pull request #108523 from WhalesState/editor-files
...
Move last four 3D files to 3D folder and move physics gizmos to their own physics folder.
2025-07-14 10:30:30 -05:00
Thaddeus Crews
f0b4ebb7ea
Merge pull request #108555 from beicause/fix-crash-editing-resource-and-reloading-scene
...
Fix crash when editing some resources and reloading scene
2025-07-14 10:30:29 -05:00
Anish Mishra
8f6f8059cd
Android Editor: Reduce default gizmo scale multiplier
...
The previous default value of `3` made gizmos too large and cluttered the viewport, especially on smaller screens. A value of `2` seems perfectly usable and provides a more comfortable default.
2025-07-13 11:50:46 +05:30
shadow-foss
c5490f7284
Add toggle to insert keys/markers at current time or mouse position
...
Adds a new editor setting editors/animation/insert_at_current_time and a toggle button in the Animation Track Editor to let users choose whether to insert keys and markers at the current timeline cursor (when enabled) or at the mouse position (default behavior).
- Key insertion
- Paste and duplicate operations
- Editor setting persistence
- Icon by @TokageItLab
Fixes #103272
2025-07-13 09:57:27 +05:30
LuoZhihao
6ba1a1e758
Fix crash when editing some resources and reloading scene
2025-07-13 01:16:20 +08:00
Michael Alexsander
e924d2b565
Fix unwanted resource duplication in the theme editor
2025-07-12 12:39:55 -03:00
Mounir Tohami
5be915a12c
Move remaining 3D files to 3D folder and move physics gizmos to their own physics folder.
2025-07-11 18:46:13 +03:00
AeioMuch
5a38042b2d
Scroll scene tree when moving item with keys
2025-07-10 21:52:50 +02:00
Thaddeus Crews
81f65cf796
Merge pull request #102953 from Giganzo/checkable-click
...
Fix Inspector checkable button sizing
2025-07-10 11:39:24 -05:00
Thaddeus Crews
ed02254b2c
Merge pull request #108440 from kitbdev/fix-colorpicker-wrong-line
...
Fix ScriptEditor inline color wrong line number
2025-07-10 11:39:20 -05:00
Thaddeus Crews
af128c5570
Merge pull request #107794 from bruvzg/gl_inv_bake
...
[macOS] Selectively bake specific shader variants for MoltenVK.
2025-07-10 11:39:18 -05:00
bruvzg
7cee0327b2
[Code Editor] Fix "Pick Color" menu option replacing multiple color items.
2025-07-10 17:24:33 +03:00
kobewi
4753ca4219
Fix export path "leaking" between presets
2025-07-10 15:18:34 +02:00
kobewi
b073fba3f7
Fix lingering grid from TileMapLayer editor
2025-07-10 14:50:11 +02:00
kit
927208a92e
Fix ScriptEditor line number in color objects
2025-07-09 16:18:57 -04:00
Giganzo
7c77df3c69
Fix Inspector checkable button sizing
2025-07-09 19:47:11 +02:00
Pāvels Nadtočajevs
a8873727ac
[macOS] Selectively bake specific shader variants for MoltenVK.
2025-07-09 20:09:56 +03:00
Thaddeus Crews
22721a8ca7
Merge pull request #108368 from aaronfranke/editor-particles-2d-3d
...
Move 2D and 3D particle editors to the 2D and 3D folders
2025-07-09 11:33:16 -05:00
Thaddeus Crews
e5718ac819
Merge pull request #102317 from ryevdokimov/gizmo-commit-handle-spam-fix
...
Do not commit gizmo handles if no changes were made
2025-07-09 11:33:15 -05:00
Thaddeus Crews
31d253d827
Merge pull request #108396 from timothyqiu/editor-title
...
Fix main editor title after changing language
2025-07-09 11:33:12 -05:00
Thaddeus Crews
e748514112
Merge pull request #105835 from bruvzg/edited_scene_direction
...
Improve edited scene layout direction detection.
2025-07-09 11:33:11 -05:00
Thaddeus Crews
9123ccb985
Merge pull request #108418 from KoBeWi/annoying_error
...
Improve error when `update_doc()` fails
2025-07-09 11:33:10 -05:00
Robert Yevdokimov
060f9b7a16
Do not commit gizmo handles if no changes were made
2025-07-09 14:31:02 +04:00
kobewi
c3b4c823da
Improve error when update_doc() fails
2025-07-08 22:52:23 +02:00
kit
9184256ae4
Fix ScriptEditor inline colors float handling
2025-07-08 11:55:11 -04:00
Haoyu Qiu
4f6b9af42a
Fix main editor title after changing language
2025-07-08 10:28:08 +08:00
Robert Yevdokimov
51678cc21b
Fix being able to select hidden transform gizmo
2025-07-07 21:18:35 +04:00
Michael Alexsander
3d737cbbbd
Fix gizmos from 3D editor plugins not applying changes to locked nodes
2025-07-07 13:11:20 -03:00
Thaddeus Crews
bb4763e255
Merge pull request #108377 from timothyqiu/inspector-plugin-full
...
Fix can't remove inspector plugins after reaching max count
2025-07-07 10:08:02 -05:00
Thaddeus Crews
5699180262
Merge pull request #108249 from Nikitf777/polygon-2d-editor-fix-selecting-wrong-point
...
Fix selecting wrong vertices in the Polygon2D editor when adding a polygon
2025-07-07 10:08:01 -05:00
Haoyu Qiu
b9657ad198
Fix error when "Toggle Files Panel" in shader editor
2025-07-07 22:34:13 +08:00
Artemy Fedotov
054934e486
DAP: Cast request's seq value to int
2025-07-07 18:31:53 +04:00
Haoyu Qiu
bbd7c9b5f2
Fix can't remove inspector plugins after reaching max count
2025-07-07 20:52:54 +08:00
danielgsilva
1c48eb449a
Deactivate orientation gizmo on window exit
2025-07-07 11:55:40 +01:00
Aaron Franke
b0d5d82c42
Move 2D and 3D particle editors to the 2D and 3D folders
2025-07-07 00:50:38 -07:00
Logan Detrick
e9c5c713c9
Fix Group Enable Hover Display
2025-07-05 12:43:46 -07:00
kobewi
6402a0fd96
Fix filtered out nodes not getting deselected
2025-07-05 16:29:28 +02:00
Nikita Samusev
abfa249686
Fix selecting wrong vertices in the Polygon2D editor when adding a polygon
2025-07-05 16:12:43 +03:00
LuoZhihao
4e991bf8f7
Fix shader editor auto-opens on startup
2025-07-05 06:22:58 +08:00
A Thousand Ships
f11aff3841
Editor: Restructure editor code
...
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00
Thaddeus Crews
3954b2459d
Merge pull request #108119 from Chaosus/vs_fix_preview_subinspector
...
Fix subinspector for parameter preview in visual shader editor
2025-07-04 10:09:07 -05:00
Thaddeus Crews
6e5297a07d
Merge pull request #107919 from lodetrick/toggle-section-key
...
Fix animation keying not working with toggleable inspector sections
2025-07-03 12:21:23 -05:00
Logan Detrick
5443fe9c4e
Add animation keying to toggleable sections
2025-07-02 14:12:47 -07:00
Thaddeus Crews
efb40c1524
Merge pull request #107932 from Nikitf777/polygon2d-editor-fix-remove-order
...
Fix removing wrong vertices in the Polygon2D editor when points overlap each other
2025-07-01 17:58:03 -05:00
Thaddeus Crews
e0c8de80a5
Merge pull request #107598 from ydeltastar/fix-nameless-audio
...
Fix audio name doesn't appear in exports of child classes of `AudioStream`
2025-07-01 17:57:55 -05:00
Thaddeus Crews
762305f91d
Merge pull request #107918 from kitbdev/fix-text-editor-theme-reload
...
Fix custom Text Editor theme changes on reload
2025-07-01 17:57:54 -05:00