Commit Graph

627 Commits

Author SHA1 Message Date
Thaddeus Crews 441b63a91d Merge pull request #116691 from DexterFstone/improve-scene-paint-tool
Fix scene paint tool updating info
2026-05-07 11:13:28 -05:00
Thaddeus Crews ea8f8ec983 Merge pull request #118659 from YeldhamDev/3d_view_shortcut_fixes
Fix some issues with 3D view manipulation
2026-05-07 11:13:26 -05:00
Thaddeus Crews 9c36ef4749 Merge pull request #116905 from KoBeWi/slashtableflip
Overhaul scene loading and edit state management
2026-05-07 11:13:25 -05:00
Michael Alexsander 70b9574785 Fix some issues with 3D view manipulation 2026-05-06 17:09:14 -03:00
Thaddeus Crews bd4003e581 Merge pull request #119173 from kleonc/tile_set_editor_terrain_icon_show_raw_color
Fix `TileSet` editor terrain preview icons in paint mode
2026-05-06 14:56:29 -05:00
DeeJayLSP 995d280a1e Remove unused loop counter from EditorPropertySizeFlags::setup() 2026-05-05 20:42:31 -03:00
Thaddeus Crews 176b795177 Merge pull request #119174 from StarryWorm/remove-classdb-pragmas
Fix pragma includes
2026-05-04 12:40:40 -05:00
Enzo Novoselic 7b82c0fe01 Remove unnecessary class_db.h includes 2026-05-02 13:08:34 -04:00
kleonc a7156f48e7 Fix TileSet editor terrain preview icons in paint mode 2026-05-02 15:30:34 +02:00
Michael Alexsander b005890f06 [Update layer selector when modifying the TileMap in the inspector 2026-04-29 17:40:53 -03:00
Thaddeus Crews 4d5f164559 Merge pull request #118758 from ryevdokimov/fix-preview-camera
Fix `_forward_3d_gui_input` passing editor camera instead of previewed camera
2026-04-29 12:28:58 -05:00
Thaddeus Crews dec7cdb31b Merge pull request #118985 from migueldeicaza/skeleton-regression-fix-118663
Fix `ERROR: Camera is not inside scene` when closing/reloading the editor with a `Skeleton3D` node selected
2026-04-29 12:28:47 -05:00
Thaddeus Crews 45e923c45f Merge pull request #118917 from YeldhamDev/meshlib_editor_fix
Fix `MeshLibrary` editor not updating correctly on certain cases
2026-04-28 09:02:43 -05:00
Miguel de Icaza 2dc9fdf5d4 This fixes a regression in the Skeleton3D editor that was
introduced by previous fix for a crash in the editor in
https://github.com/godotengine/godot/pull/113631

This preserves the nature of the original fix, and also stops receiving events
the moment that it is no longer needed (addressing the ONE_SHOT difference).
2026-04-26 16:46:35 -04:00
Michael Alexsander d78f6960cc Fix MeshLibrary editor not updating correctly on certain cases 2026-04-24 10:53:31 -03:00
Michael Alexsander b0a0113ac3 Remove redraw timer for theme previews 2026-04-23 13:36:54 -03:00
ryevdokimov f5957cae4a Fix _forward_3d_gui_input passing editor camera instead of previewed camera 2026-04-19 13:58:49 -04:00
arkology 0521f53b6e Add search bar for the Opened Scenes List popup 2026-04-18 15:03:28 +03:00
Thaddeus Crews e2355e8e0b Merge pull request #118648 from YeldhamDev/meshlib_editor_focus_fix
Fix `MeshLibrary` editor taking priority over `GridMap` when it shouldn't
2026-04-16 21:46:56 -05:00
Michael Alexsander a76a7d83b4 Fix MeshLibrary editor taking priority over GridMap when it shouldn't 2026-04-16 12:51:06 -03:00
ryevdokimov 9f4c35ab4d Fix 3D viewport drag-translate triggering without mouse button held 2026-04-15 07:40:45 -04:00
Thaddeus Crews 90113707f2 Merge pull request #117887 from ryevdokimov/collision-vertex-snap
Add vertex snap to collision shape vertices in 3D editor
2026-04-14 15:44:30 -05:00
kobewi 8cd87c2c16 Overhaul scene loading and edit state management 2026-04-14 16:53:30 +02:00
Thaddeus Crews 7ce1853014 Merge pull request #108219 from CookieBadger/area-light-integration
Add Rectangular Area Light Source
2026-04-14 07:10:56 -05:00
ryevdokimov c375f0b6b3 Add vertex snap to collision shape vertices in 3D editor 2026-04-10 13:33:31 -04:00
Thaddeus Crews b5c906478d Merge pull request #117835 from Arnklit/texture-region-move
Add moving and ratio-locked scaling to the region editor
2026-04-10 10:32:42 -05:00
Thaddeus Crews 5a8765b30c Merge pull request #118352 from YeldhamDev/default_theme_preview_fix
Fix `Theme` editor's default preview not having the correct theme
2026-04-10 10:32:41 -05:00
Thaddeus Crews 5708ad13a6 Merge pull request #117923 from ryevdokimov/follow-subgizmo
Reset follow mode count on subgizmo point switch
2026-04-10 10:32:28 -05:00
Thaddeus Crews ee441aa00a Merge pull request #117922 from ryevdokimov/subgizmo-vertex-snap
Add vertex snap support for subgizmo points
2026-04-10 10:32:27 -05:00
Kasper Arnklit Frandsen 02e812647e Add moving and ratio-locked scaling to the region editor
Co-authored-by: Mikael Hermansson <mikael@hermansson.io>
2026-04-10 15:24:14 +02:00
Thaddeus Crews 780b49ca3b Merge pull request #118315 from KoBeWi/taming_the_rng
Preview random tiles when painting
2026-04-09 17:41:19 -05:00
Michael Alexsander 022bbc1042 Fix Theme editor's default preview not having the correct theme 2026-04-09 14:33:44 -03:00
Mike Owens 00a8977e38 SpriteFramesEditor: Fix build with deprecated=no
Since #114556 (ad46310), SpriteFramesEditor no longer built with `deprecated=no` due to
`SpriteFrames::get_animation_loop` and `set_animation_loop` being undefined.

This commit directly uses the `{get,set}_animation_loop_mode` replacements, which are always
available.
2026-04-08 14:12:40 -04:00
Thaddeus Crews a66b9ec3f1 Merge pull request #116156 from ryevdokimov/view-axis-gizmo-no-restart
Make changing `view_plane_rotation_gizmo_scale` not require editor restart
2026-04-08 09:25:44 -05:00
Thaddeus Crews c3afd5b8e1 Merge pull request #116238 from ryevdokimov/restore-polyline-arc
Restore `canvas_item_add_polyline` useage for transform gizmo rotation arc
2026-04-08 09:25:43 -05:00
Thaddeus Crews d223178c48 Merge pull request #116194 from ryevdokimov/fix-rotation-line
Fix rotation line not showing during instant rotate
2026-04-08 09:25:41 -05:00
Thaddeus Crews 7f60a85136 Merge pull request #117534 from RgeditV1/fix-labels
TileMap editor: Fix inconsistent Property Names
2026-04-08 09:25:31 -05:00
Thaddeus Crews a16b3b01bf Merge pull request #118139 from vaner-org/main-scene-accents
Use accent color for main scene in EditorSceneTab and "Favorites" in FileSystemDock
2026-04-08 09:25:29 -05:00
kobewi 6abd41799a Preview random tiles when painting 2026-04-08 15:34:03 +02:00
Thaddeus Crews ad46310dd5 Merge pull request #114556 from jgill88/gh-11698
Add ping-pong playback support to SpriteFrames / AnimatedSprite2D / AnimatedSprite3D
2026-04-07 18:21:36 -05:00
Thaddeus Crews 0afbee0099 Merge pull request #116159 from ryevdokimov/fix-gizmo-handle-highlight
Immediately update transform gizmo handle highlight when changing tool modes
2026-04-06 13:02:26 -05:00
Rgeditv1 568c6104f9 Fix labels for TileSet Paint
Signed-off-by: Rgeditv1 <rgeditv1@protonmail.com>

Co-authored-by: KrakenByte <KrakenByte@users.noreply.github.com>
2026-04-04 02:32:22 -04:00
CookieBadger 7b7bd1dcea Add AreaLight3D 2026-04-04 01:37:10 +02:00
vaner-org 33a1f0a196 Add additional accents for main scene 2026-04-03 21:00:09 +05:30
Thaddeus Crews 54bac151e5 Merge pull request #118089 from ryevdokimov/zoom-fix
Fix 3D zoom indicator not showing in editor
2026-04-02 12:33:20 -05:00
ryevdokimov fd5332c8e9 Fix 3D zoom indicator not showing in editor 2026-04-01 21:11:17 -04:00
Thaddeus Crews 6a6162070d Merge pull request #117369 from KoBeWi/wrong_port_in_your_viewport
Fix broken panning in floating editors
2026-04-01 18:10:21 -05:00
Thaddeus Crews 63425f1d27 Merge pull request #112922 from vaner-org/improve-save-all-scenes
Improve scene tab right-click menu's Save All Scenes' disable condition
2026-04-01 18:10:07 -05:00
Thaddeus Crews e1bd3176ce Merge pull request #117574 from KoBeWi/unleash_the_power_of_RefCounted
Rework TileSet editor proxy objects
2026-04-01 12:55:10 -05:00
Thaddeus Crews 94485a31d7 Merge pull request #117760 from YeldhamDev/focus_me_bones
Allow to navigate the "Bones" tree of `Skeleton3D` with the keyboard
2026-03-31 10:46:54 -05:00