21fbf033f7
Merge pull request #109973 from aaronfranke/shader-menu-bar
...
Make shader editor menu position consistent between shader languages
2025-08-26 09:12:24 -05:00
0831b4b516
Make shader editor menu position consistent between shader languages
2025-08-26 06:56:55 -07:00
edfe631c7c
Create an undo/redo action when pinning a SoftBody3D point in the editor
...
Previously, if you pinned a point by clicking on one of the soft body
vertex handles, the scene was not marked as modified, and the action
could not be undone by hitting Ctrl + Z.
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com >
2025-08-25 17:07:23 +02:00
17c7b789c0
Merge pull request #109271 from Giganzo/animation-right-click
...
Fix glitched animation key after canceled dragging
2025-08-25 09:54:16 -05:00
73da0d2020
Merge pull request #109884 from aaronfranke/range-min-max
...
Remove nearly-unused "default" range hint min/max
2025-08-24 11:04:33 -05:00
8e801274d6
Merge pull request #109881 from vaner-org/animationtree-focus-steal
...
Fix overly aggressive focus grabbing by StateMachine and BlendSpaces
2025-08-24 11:04:32 -05:00
1a7c477787
Merge pull request #109684 from ryevdokimov/fix-cancel-fighting
...
Fix transforms trying to continue after a cancel
2025-08-24 11:04:30 -05:00
61c6a82921
Merge pull request #109777 from vaner-org/blendspace-drag-release-fix
...
Fix incorrect `blend_position` values in BlendSpace editor after dragging point
2025-08-24 11:04:29 -05:00
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
7991b60681
Remove unused "default" range hint min/max
2025-08-22 12:26:30 -07:00
5a7c5ab0a3
Fix overly aggressive focus stealing by StateMachine and BlendSpaces
2025-08-22 23:57:05 +05:30
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
08d2d21a79
Fix doubled transformation when mouse released
2025-08-19 20:43:17 +05:30
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
26f920f85e
Fix transforms trying to continue after a cancel
2025-08-17 10:04:42 +04: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