6c7f0424c4
Merge pull request #109794 from vaner-org/blendspace-fix-error-padding
...
Correctly hide BlendSpace editor error panel on load
2025-08-24 11:04:25 -05:00
b432e108d5
Merge pull request #109791 from Talkashie/master
...
Typo cleanup pass
2025-08-21 18:39:37 -05:00
b947e5f8cc
Merge pull request #109133 from aaronp64/polygon_editor_grab_radius
...
Use `point_grab_radius` setting in `Polygon2DEditor` bottom panel editor
2025-08-21 18:39:35 -05:00
a374c209be
Don't start editor as unsaved
2025-08-21 14:38:27 +02:00
597170abe4
Merge pull request #109811 from bruvzg/svg_rename
...
Rename SVGTexture to DPITexture.
2025-08-21 06:24:23 -05:00
dcfddd4e55
Merge pull request #109676 from bruvzg/menu_spacers
...
[macOS] Fix embedded menu/spacer relative position.
2025-08-21 06:24:22 -05:00
10e11ec87f
Rename SVGTexture to DPITexture.
2025-08-21 11:39:16 +03:00
7cc3f374a5
Merge pull request #109801 from KoBeWi/a_classic_fix
...
Track last selection using ObjectID
2025-08-20 16:18:02 -05:00
048460b8d5
Merge pull request #109662 from raulsntos/compat-get_forced_export_files
...
Add default param value to `EditorExportPlatform::get_forced_export_files`
2025-08-20 12:07:17 -05:00
4854c0447b
Merge pull request #109619 from aaronp64/theme_editor_name_change
...
`ThemeEditor` fix to show filename for new/renamed files
2025-08-20 12:07:15 -05:00
87e10e9aa4
Merge pull request #109733 from ryevdokimov/prevent-cancel-transform-unselect
...
Prevent held escape key from unselecting nodes after canceling a transform
2025-08-20 12:07:12 -05:00
27fb2181cd
Track last selection using ObjectID
2025-08-20 14:49:50 +02:00
a3741cda5a
Fix error panel padding always present on load
2025-08-20 09:43:47 +05:30
bc7e68dfd1
Typos
2025-08-19 18:32:59 -05:00
c263b209ec
Merge pull request #109735 from mihe/infinite-doc-regen
...
Fix/remove error about "Can't update documentation" when saving script
2025-08-19 10:29:41 -05:00
95b71e19d5
Fix editor resource tooltip crash on broken symlinks.
2025-08-19 12:46:54 +03:00
8ebf8ae23c
Merge pull request #109666 from aaronfranke/import-mesh-validate-indices-mult-3
...
ImporterMesh: Validate triangle indices array size is a multiple of 3
2025-08-18 20:36:49 -05:00
ba92af7d07
ImporterMesh: Validate triangle indices array size is a multiple of 3
2025-08-18 06:36:21 -07:00
34d20958fa
Merge pull request #109614 from h1v9/master
...
Strip empty deps when loading filesystem cache
2025-08-18 08:29:10 -05:00
42b4eab5e9
Merge pull request #109673 from Giganzo/debug-hover
...
Fix missing hover style for Ignore Error breaks button
2025-08-18 08:29:08 -05:00
d99d2cb884
Prevent held escape key from unselecting nodes after canceling a transform
2025-08-18 16:47:09 +04:00
c43425a209
Fix/remove error about "Can't update documentation" when saving script
2025-08-18 13:31:38 +02:00
b5efac3156
Fix missing hover style for Ignore Error breaks button
2025-08-17 00:53:27 +02:00
ab0bc7ee32
[macOS] Fix embedded menu/spacer relative position.
2025-08-16 18:55:04 +03:00
c21a03361a
Add hover styles to buttons in Script/Shader editor
2025-08-16 15:05:07 +02:00
702bbb3eab
Add default param value to EditorExportPlatform::get_forced_export_files
...
Add default parameter value to a new parameter added in 4.5 to `EditorExportPlatform::get_forced_export_files` so we can avoid breaking compatibility for GDScript.
2025-08-16 04:16:43 +02:00
2853d91191
Merge pull request #109176 from SchultzenDK/fix-script-clears-gizmos
...
Stop clearing editor_plugin_screen on script edit
2025-08-15 12:58:47 -05:00
a43e6e68cc
Merge pull request #100813 from ryevdokimov/prevent-selecting-hidden-transform-gizmo
...
Fix being able to grab hidden transform gizmo handles
2025-08-15 12:58:47 -05:00
842b44d872
ThemeEditor fix to show filename for new/renamed files
...
Updated ThemeEditor to set the theme name label when theme file is initially created or renamed.
2025-08-14 15:20:50 -04:00
54619b3176
Strip empty deps when loading filesystem cache
2025-08-14 18:40:29 +03:00
de463e0241
Merge pull request #109564 from timothyqiu/scene-create-3d
...
SceneCreateDialog: Hide 3D Scene option when 3D editor is disabled
2025-08-13 18:42:16 -05:00
1ecbd75c07
Merge pull request #109593 from ShadowCow13/animation-slice-name
...
Fix name included in animation when saved from slice in scene importer
2025-08-13 18:42:14 -05:00
5a9a05e255
Merge pull request #109584 from kleonc/tile_terrain_preview_icon_fix_transformed_alternative
...
Fix `TileMapLayer` terrain preview icons for transformed alternative tiles
2025-08-13 18:42:12 -05:00
a245f21b3b
Merge pull request #109480 from Rindbee/apply-different-strategies-when-check-theme-override-properties
...
Disallow clicking to toggle the checkbox of a theme override of type `Resource` to checked
2025-08-13 18:42:11 -05:00
c6c4c55146
Fix name included in animation when saved from slice in scene importer
2025-08-13 16:53:43 -06:00
5ba1d0ff97
Fix TileMapLayer terrain preview icons for transformed alternative tiles
2025-08-13 18:35:51 +02:00
39141e7b9c
Disallow clicking to toggle the checkbox of a theme override of type Resource to checked
...
These resources are external, but can be further categorized as follows:
1. Imported resource;
2. Embedded resource (no resource path, provided by the engine);
3. Other text-based resource.
Resources of different categorie may need different strategies.
Currently, for resource types, it is up to the user to decide what to do
next. Clicking to toggle checkboxes is not allowed, but you can still
manipulate resources through the `EditorResourcePicker`'s context menu
(right-click on a resource in the inspector or click the down arrow icon
next to the resource to open the menu).
2025-08-13 16:19:42 +08:00
69613d2099
SceneCreateDialog: Hide 3D Scene option when 3D editor is disabled
2025-08-13 13:54:39 +08:00
8aa37cab89
Merge pull request #109469 from ryevdokimov/fix-previews
...
Fix cinematic preview causing the editor redraw continuously and aspect ratio not updating in camera preview
2025-08-12 11:46:40 -05:00
fa5035f72a
Merge pull request #109465 from ryevdokimov/fix-ctrl-command-rotate
...
Fix node can't be rotated by holding ctrl/command while in select mode
2025-08-12 11:46:39 -05:00
2a526028b1
Merge pull request #108792 from arkology/find-in-files-panel-sizing
...
Fix `FindInFilesPanel` sizing issues
2025-08-12 11:46:38 -05:00
916af4680c
Merge pull request #109522 from KoBeWi/resource_of_type_Folder
...
Don't open folders as file in script editor
2025-08-12 11:46:37 -05:00
9016df63f7
Merge pull request #109539 from Giganzo/shortcut-reset
...
Fix shortcut reset for spatial_editor/tool_select
2025-08-12 11:46:34 -05:00
54ac5cd068
Fix shortcut reset for spatial_editor/tool_select
2025-08-12 10:46:20 +02:00
1f0f3553a5
Merge pull request #109448 from kitbdev/script-drop-onready-add-empty-line
...
Add new line when dropping onready on empty line
2025-08-11 09:55:23 -05:00
a979cfdc0e
Don't open folders as file in script editor
2025-08-11 14:43:36 +02:00
1672b69ce8
Fix node can't be rotated by holding ctrl/command while in select mode
2025-08-11 15:15:55 +04:00
edee07bb62
Fix cinematic preview causing the editor redraw continuously and aspect ratio not updating in camera preview
2025-08-10 19:08:28 +04:00
87b62b9897
Fix remote tree max selection warning not showing properly
2025-08-09 18:10:09 -03:00
2bc9bf5965
Add new line when dropping onready on empty line
2025-08-09 13:44:54 -04:00