5144ee81cd
Merge pull request #108546 from ryevdokimov/path3d-no-restart
...
Do not require editor restart when changing Path 3d Tilt Disk Size setting
2025-11-24 15:59:58 -06:00
4fef336722
Merge pull request #113014 from arkology/scene-tabs-context-options
...
Add "Undo Close" & "Close All" options for `EditorSceneTabs` out-of-tabs context menu
2025-11-24 10:21:45 -06:00
06f7cc9e02
Merge pull request #101787 from Break-Ben/signals-and-groups-docks
...
Separate Node editor dock
2025-11-24 10:21:24 -06:00
3d0f2889d8
Merge pull request #113034 from lodetrick/new-dock-tiles
...
Use new dock system for TileMap and TileSet
2025-11-24 10:21:20 -06:00
da8817a4e8
Use new dock system for TileMap and TileSet
2025-11-24 03:13:02 -08:00
ae2f69b6c0
Add "Undo Close" & "Close All" options for EditorSceneTabs out-of-tabs context menu
2025-11-24 00:02:02 +03:00
ef9738005a
Separate Node editor dock
2025-11-22 10:17:03 +08:00
7ec0243f10
Merge pull request #110376 from TokageItLab/mod-keying
...
Add option to keying modified transform by `SkeletonModifier3D`
2025-11-21 18:37:28 -06:00
f4244fd61c
Tweak/Add skeleton modifier keying button to top of the Viewport
2025-11-22 07:45:02 +09:00
67735cf213
Make bottom panel into available dock slot
2025-11-21 18:52:13 +01:00
cb1569345a
Merge pull request #112729 from KoBeWi/multi_group_yoink
...
Edit groups on multiple nodes
2025-11-20 16:47:07 -06:00
45ce9f09d2
Merge pull request #93436 from Calinou/3d-editor-half-resolution-use-3d-scaling
...
Use Viewport's 3D Scaling in the 3D editor's Half Resolution option
2025-11-20 16:47:04 -06:00
54a6e6784c
Use Viewport's 3D Scaling in the 3D editor's Half Resolution option
...
This removes the reliance on Viewport shrinking, which fixes various
bugs with mouse input handling in 3D gizmos or the GridMap editor.
This also makes Half Resolution make use of the current 3D scaling
mode defined in the project setting (bilinear, FSR1 or FSR2).
When Half Resolution is checked, the Scaling 3D Scale value in the
project settings is halved in the editor. To ensure the 3D view
remaisn somewhat readable, the final value can't go below
the minimum value allowed in the project settings, which is 0.25.
2025-11-18 23:30:51 +01:00
0b93712866
Rename Select Mode to Transform Mode, and create a new Select Mode without transform gizmo
2025-11-18 11:25:01 -06:00
9ce8d2da20
Merge pull request #112904 from vaner-org/fix-scene-export-as-regression
...
Fix `Scene > Export As...` being incorrectly disabled
2025-11-18 08:25:41 -06:00
6a5c7de993
Rename SCENE_SET_MAIN_SCENE to SCENE_TAB_SET_AS_MAIN_SCENE
2025-11-18 17:43:58 +05:30
4b92028e61
Merge pull request #112861 from ryevdokimov/fix-csg-preview
...
Fix preview CSG interfering with itself during drag and drop
2025-11-17 19:36:21 -06:00
d9333131d0
Merge pull request #108608 from ryevdokimov/camera-view-axis-rotation
...
Make rotation gizmo white outline a 4th handle that rotates around the camera's view-axis
2025-11-17 19:36:17 -06:00
d823a69237
Always use a dark background for 3D editor overlays even with light theme
...
This results in better readability against mixed-color backgrounds,
as what you see in the 3D editor doesn't change depending on your editor theme.
This also tweaks the viewport zoom/speed label for better readability
by using a bold font and thicker outline.
2025-11-18 02:28:27 +01:00
16d3ba7982
Merge pull request #111589 from KoBeWi/notification_not_signal
...
Fix wrong EditorSettings usage in 3D editor
2025-11-17 10:56:59 -06:00
fb03c9ce4b
Merge pull request #112739 from FantasmaGolicon/master
...
Change `TileSetScenesCollectionSource` raw pointers in the TileSet editor to ref
2025-11-17 10:56:58 -06:00
8a04e33056
Merge pull request #109153 from timothyqiu/replication-editor-auto-translation
...
Improve auto-translation of the replication editor
2025-11-17 10:56:57 -06:00
c7bed1e1cc
Merge pull request #111815 from TokageItLab/bone-expander
...
Allow Spring / IK to set mutable bone axes
2025-11-17 10:56:52 -06:00
9cebf8d957
Merge pull request #112666 from Oblepikha/fix-child-light-selection
...
Fix wrong AABB when selecting Node3D gizmo in editor
2025-11-17 10:56:36 -06:00
9323d9d624
Merge pull request #110487 from TokageItLab/fix-read-only-state-for-skel-and-inspector
...
Fix read-only state for Skeleton and Inspector
2025-11-17 10:56:33 -06:00
f00cf63b42
Merge pull request #107652 from vaner-org/set-tab-as-main-scene
...
Add "Set as Main Scene" option to EditorSceneTabs context menu
2025-11-17 10:56:29 -06:00
031fd66fed
Add mutable_bone_axes to IKs
2025-11-17 09:45:31 +09:00
7df165ce94
Fix preview CSG interfering with itself during drag and drop
2025-11-16 14:31:12 -06:00
f722513c08
Fix wrong EditorSettings usage in 3D editor
2025-11-15 19:45:14 +01:00
c6ab601364
Fix read-only state for Skeleton and Inspector
2025-11-15 23:10:15 +09:00
1ce77b8899
Fix wrong AABB when selecting Node3D gizmo in editor
2025-11-15 10:35:36 +05:00
8aea5136f8
Adds "Set as Main Scene" option to EditorSceneTabs context menu
...
Adds the option to quickly set main scene by right-clicking a scene tab. If the scene has no root, then the option is greyed out. If the scene is unsaved, the file is saved and then set as main scene.
Co-Authored-By: Alex Tam <65537185+altamkp@users.noreply.github.com >
2025-11-15 09:24:34 +05:30
3cfcedd6d5
Do not require editor restart when changing Path 3d Tilt Disk Size setting
2025-11-14 21:04:05 -06:00
cbd3528e01
Improve auto-translation of the replication editor
...
Texts in `ReplicationEditor`, `SceneTreeDialog`, `PropertySelector`.
Also the "Copy Text" button in the general warning dialog.
2025-11-15 10:22:35 +08:00
ea1cc3c04e
Changed TileSetScenesCollectionSource raw pointers in the TileSet editor to Ref<TileSetScenesCollectionSource>
2025-11-14 15:22:11 -08:00
d5c0a11da0
Merge pull request #107890 from Nikitf777/polygon2d-editor-highlighting
...
Highlight points on hover in the Polygon2D editor
2025-11-14 17:16:51 -06:00
90bd3ada97
Merge pull request #112769 from KoBeWi/don't 🚗 translate
...
Prevent translating custom data layers
2025-11-14 17:16:46 -06:00
209986bde0
Highlight points on hover in the Polygon2D editor
2025-11-14 23:37:58 +03:00
d1a90109b4
Merge pull request #108010 from DexterFstone/add-scene-tile-rotation
...
Add support for rotating scene tiles in TileMapLayer
2025-11-14 14:23:13 -06:00
c287d61402
Merge pull request #107969 from chocola-mint/tile-map-layer-editor-optimize-undo
...
Reduce TileMapLayerEditor's undo/redo memory usage
2025-11-14 14:22:48 -06:00
26fd075621
Merge pull request #108079 from arkology/scenes-list
...
Add opened scenes list button
2025-11-14 14:22:42 -06:00
527cb4123e
Merge pull request #107264 from DevPoodle/local_space_2d
...
Add "Use Local Space" option to the 2D editor
2025-11-14 14:22:28 -06:00
e15a54ddea
Prevent translating custom data layers
2025-11-14 18:23:08 +01:00
a48353b1c6
Stop drawing of MarginContainer margins if not in tree
...
Use `is_visible_in_tree()` as per KoBeWi's suggestion
2025-11-13 16:35:13 -08:00
65beea65d8
Merge pull request #108987 from timothyqiu/plugins-list-cleanup
...
Clean up `EditorPluginList`
2025-11-13 17:43:01 -06:00
8950c6527b
Merge pull request #101165 from timoschwarzer/feature/2d-particle-emission-textures-refactor
...
Improve 2D Particle Emission Mask dialog
2025-11-13 17:42:55 -06:00
55bedbfaf5
Merge pull request #108741 from AriaTheCurseling/Allow-concurrent-unbind-and-binding-of-signal-arguments-in-editor
...
Allow concurrent unbinding and binding of signal arguments in editor
2025-11-13 17:42:49 -06:00
5fa0f31247
Edit groups on multiple nodes
...
Co-authored-by: Pablo Ibarz <fribarz123@gmail.com >
2025-11-13 13:37:09 +01:00
fac37c66c1
Fix 2d ruler visibility in modern theme
2025-11-12 12:14:11 +04:00
8327dfa215
Merge pull request #112092 from timothyqiu/ts-nums
...
Move localized number formatting methods to `TranslationServer`
2025-11-10 17:47:09 -06:00