41acf6a75d
Fix iOS/visionOS export plugin crash on exit.
...
(cherry picked from commit 906aff5331 )
2025-10-13 21:02:39 +02:00
183f6cdd63
Fix favorite folders that are outside of the project being displayed in FileSystemDock's file list
...
(cherry picked from commit 8d137bcd29 )
2025-10-10 11:04:56 +02:00
83a78186ca
Fix crash due to null pointer dereference when moving/renaming folders in FileSystemDock
...
(cherry picked from commit 4e3a39a2e8 )
2025-10-10 11:04:36 +02:00
07596299e6
Enable script templates by default
...
(cherry picked from commit a299004622 )
2025-10-10 11:02:15 +02:00
d92413782b
Fix bottom panel being unintentionally draggable
...
(cherry picked from commit f7e052a456 )
2025-10-08 02:22:53 +02:00
0234028f7c
Fix Quick Open history
...
(cherry picked from commit be53dd3d04 )
2025-10-08 02:22:53 +02:00
25415a831e
OBJ importer: Support bump multiplier (normal scale)
...
This improves compatibility with OBJ/MTL files found in the wild.
(cherry picked from commit 2f3eaa965c )
2025-10-08 02:15:32 +02:00
e788127654
Fix DPITexture editor icon name
...
It was still using its previous name from 4.5 development.
(cherry picked from commit d824e79fc0 )
2025-10-08 02:11:17 +02:00
0e179c0e5c
Editor: Generate translation data in separate cpp files
...
(cherry picked from commit c93f55533d )
2025-10-08 02:01:04 +02:00
632d29232b
Fix selection of remote tree using the keyboard
...
(cherry picked from commit 53231879b3 )
2025-10-08 01:48:46 +02:00
90d1d9e957
Set correct saved history after clearing
...
(cherry picked from commit ea452f2de5 )
2025-10-08 01:48:35 +02:00
b70ddd29a0
Fix Redundant calls of CIE _update_lock_and_group_button on SceneTree selection.
...
(cherry picked from commit 320ff6bc75 )
2025-10-06 10:36:25 -05:00
0990896d91
Editor font: do not embolden the Main Font if it's variable
...
(cherry picked from commit d719fc74f5 )
2025-10-06 10:36:10 -05:00
3f97c33dac
Fix the project file was not updated when some files were removed
...
(cherry picked from commit 54dff9228c )
2025-10-06 10:36:04 -05:00
0f17c184e4
Fix accessibility name errors in BlendSpace2D editor
...
(cherry picked from commit 22e67735f1 )
2025-09-30 11:36:19 -05:00
d488e962df
i18n: Sync translations with Weblate
2025-09-30 13:08:27 +02:00
0f760c7c97
Material Conversion Error Handling
...
Material Conversion Plugins now ERR_FAIL if called on an unitialized material.
FileSystemDock no longer crashes if Conversion Plugin fails and returns a null ref.
(cherry picked from commit 05fd79af7c )
2025-09-16 09:57:16 -05:00
2b832e9974
i18n: Sync translations with Weblate
2025-09-14 12:09:21 +02:00
4c0026b053
Update links to the contributing section of the docs to the appropriate new sections.
2025-09-12 01:04:14 +02:00
43395e2bd5
Merge pull request #110018 from Ivorforce/contributing-links
...
Update class reference contribution link.
2025-09-11 11:38:16 -05:00
527f4e9e68
Update class reference contribution link.
2025-09-10 16:50:44 +02:00
bd3eb67828
Merge pull request #110280 from YeldhamDev/it_is_always_the_smallest_things
...
Fix "SpriteFrames" editor not fully hidding the bottom panel
2025-09-08 13:57:18 -05:00
0e8df80231
Merge pull request #110264 from stuartcarnie/109846/metal_version
...
Metal: Ensure baked Metal binaries can be loaded on the minimum target OS
2025-09-08 08:23:15 -07:00
041207fe41
i18n: Sync translations with Weblate
...
Adds Korean (ko) documentation translations.
2025-09-08 16:15:54 +02:00
b7aac81366
Metal: Ensure baking to binary sets minimum target OS
...
Co-authored-by: Travis Lange <travislange12@gmail.com >
2025-09-08 08:16:53 +10:00
bf65bf0bbd
Fix "SpriteFrames" editor not fully hidding the bottom panel
2025-09-05 13:33:05 -03:00
0f0bb7d225
Merge pull request #110025 from DarioSamo/fix-shader-debug-info-take-two
...
Fix --generate-spirv-debug-info regression (alternate take)
2025-09-01 19:37:27 -07:00
b01b84e3a1
Fix single-object inspect command regression
2025-09-01 20:28:39 +02:00
5412885a7a
Fix ColorPicker after adding intensity sliders.
2025-09-01 13:06:44 +03:00
825ef2387f
Merge pull request #110044 from timothyqiu/theme-type-name-validation
...
Validate theme type name input in Add Theme Type dialog
2025-08-29 12:00:44 -05:00
f851db1429
Merge pull request #110068 from ktxyz/fix-editor3d-snap-with-cmd-macos
...
fix: macOS cmd + drag snapping not working for 3D editor Move, Rotate and Scale tool
2025-08-29 12:00:42 -05:00
167cf79024
fix: update shortcut input to support CMD key for snapping
2025-08-29 00:22:47 +02:00
e137c882c0
Disable smolv and change the shader hash when SPIR-V debug info is enabled.
2025-08-28 14:17:58 -03:00
9086b5c05f
Fix editor export plugins always causing resources to be edited.
...
- Remove the ', true' which always caused the if statement to be true.
- Add a new comparison before setting again the same array or dictionary back to the object. Not all objects are programmed to take into account that the setter could be called with the exact same Array or Dictionary from the class. This check ensures that scenario doesn't happen since it should be unnecessary.
2025-08-28 12:21:30 -03:00
e5373c5cb0
Validate theme type name input in Add Theme Type dialog
2025-08-28 15:47:37 +08:00
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