Commit Graph

200 Commits

Author SHA1 Message Date
Nathan Hold
fe7a8363df Fix Unique Resources from Inherited Scenes
Co-Authored-By: Tomasz Chabora <kobewi4e@gmail.com>
(cherry picked from commit e67a431894f95f11f481e92c5fdbf48d79506338)
2026-02-06 08:34:55 -06:00
Aaron Franke
6fddd8f881 Increase float precision in the inspector for Quaternions
(cherry picked from commit d9c3c87eaa103618cb58203fafcde7e7d524b2e6)
2026-02-06 08:34:51 -06:00
风青山
b553150425 Fix the issue with ViewportTexture assignment
For properties like `ViewportTexture.viewport_path` that enable
`PROPERTY_USAGE_NODE_PATH_FROM_SCENE_ROOT`. The case of enabling
**Editable Children** to edit nodes in a child scene seems to have
been overlooked before.

The `EditorPropertyResource` also missed the **Editable Children**
case when handling `ViewportTexture`.

(cherry picked from commit c3a61d531fe041e939ecc109cea7a20e44876567)
2026-02-06 08:34:48 -06:00
M4rchyS
372e549831 Add null verification to avoid background theme error in texture shader properties 2026-01-20 09:06:32 +01:00
Michael Alexsander
81c2eae018 Fix size issues with inspector editors 2026-01-16 14:40:25 -03:00
Rémi Verschelde
5002677a4d Merge pull request #114902 from KoBeWi/nique
Fix Make Unique for built-in scripts
2026-01-13 00:09:10 +01:00
kobewi
31206042a5 Fix Make Unique for built-in scripts 2026-01-12 23:29:49 +01:00
kobewi
b3f3e7a4c9 Fix Make Unique for external sub-resources 2026-01-12 23:00:44 +01:00
Thaddeus Crews
1910c58c49 Merge pull request #114879 from passivestar/text-enum-focus
Fix inspector draws focus on click when editing EditorPropertyTextEnum
2026-01-12 11:19:15 -06:00
kobewi
3b9c77b614 Fix quick open dialog recursive problem 2026-01-12 13:12:06 +01:00
passivestar
fbadba291d Fix inspector draws focus on click when editing EditorPropertyTextEnum 2026-01-12 15:03:05 +04:00
Rémi Verschelde
8c4f3c4f01 Merge pull request #114634 from YeldhamDev/the_hinting_never_ends
More scroll hint work around the editor
2026-01-07 01:42:03 +01:00
Rémi Verschelde
d6e3fef853 Merge pull request #112048 from KoBeWi/ID_wars
Fix potential conflicts in FileSystem context menu plugins
2026-01-07 01:41:03 +01:00
Michael Alexsander
da561cd619 More scroll hint work around the editor 2026-01-06 18:34:20 -03:00
KarasumaChitose
d5e6722558 Editor: Disable auto translation for layer names in EditorPropertyLayers 2026-01-06 18:06:35 +08:00
kobewi
c23a224e24 Validate Resource type when pasting property 2026-01-05 18:24:20 +01:00
Thaddeus Crews
5dcbe939d7 Merge pull request #114247 from migueldeicaza/bitmap-preview-crash
Fix editor crash attempting to generate preview for invalid BitMap
2026-01-05 10:18:02 -06:00
Miguel de Icaza
e9b32de2a5 Fix editor crash attempting to generate preview for invalid BitMap
Fixes #114246.
2026-01-05 11:41:00 +01:00
passivestar
411c47f87e Improve interaction feedback in modern theme 2026-01-04 00:11:03 +04:00
Rémi Verschelde
424310f775 Merge pull request #114405 from KoBeWi/TracToR
Fix some invalid translation usages
2026-01-01 16:47:35 +01:00
kobewi
8819651847 Fix some invalid translation usages 2025-12-30 00:03:17 +01:00
passivestar
71ee53384e Fix background color of EditorInspectorArray 2025-12-28 18:47:18 +04:00
passivestar
0c6285c0b9 Improve editor inspector main container spacing in modern theme 2025-12-20 15:20:24 +04:00
Michael Alexsander
12e451bb53 Fix icon resizing for NodePath properties not working 2025-12-18 16:04:27 -03:00
Rémi Verschelde
acf4f6b15d Merge pull request #108882 from Calinou/editor-inspector-node-reduce-icon-size
Reduce icon size in editor inspector NodePath properties to match design size
2025-12-18 14:22:49 +01:00
Hugo Locurcio
a6d71f33be Reduce icon size in editor inspector NodePath properties to match design size
Previously, icons were displayed at a slightly higher size than they were
designed for, which made them look blurry.
2025-12-18 02:30:23 +01:00
Hugo Locurcio
fce7dfb5e5 Add hint range and capitalization for Path3D Tilt Disk Size editor setting 2025-12-18 02:27:13 +01:00
Thaddeus Crews
da365177b7 Merge pull request #114091 from YeldhamDev/res_picker_icon_fix
Fix object icon in the resource picker not being visible when it should
2025-12-16 20:32:55 -06:00
Michael Alexsander
cd79779bff Fix object icon in the resource picker not being visible when it should 2025-12-16 18:18:27 -03:00
Michael Alexsander
08b511ec8f Fix null value when picking the empty item on editable enums 2025-12-16 15:38:54 -03:00
Thaddeus Crews
1efa8b177f Merge pull request #113871 from YeldhamDev/why_draw_texture_doesnt_round_values_to_begin_with
Fix blurry icons in the editor inspector
2025-12-15 13:02:02 -06:00
Thaddeus Crews
fbf6956fe4 Merge pull request #113740 from ayanchavand/fix/left-mouse-make-unique
Fix "Make Unique" button only working with left mouse click
2025-12-15 13:02:01 -06:00
Thaddeus Crews
2da239fa22 Merge pull request #113753 from arkology/unique-right
Fix unique button for `EditorAudioStreamPicker`
2025-12-15 08:01:16 -06:00
arkology
f82b4fdf7a Fix unique button for EditorAudioStreamPicker
Separate logic for `make_unique_button` and `assign_button` in `EditorResourcePicker::_update_resource()`
2025-12-14 12:25:41 +03:00
kobewi
8beb7a062d Disable tool button for multiple nodes 2025-12-13 00:00:28 +01:00
Michael Alexsander
5246b5fba9 Add leftover scroll hints, and panels for scrollables without hints 2025-12-12 10:59:03 -03:00
Michael Alexsander
ef6e11b8e1 Fix blurry icons in the editor inspector 2025-12-10 21:19:27 -03:00
Mattia Zirpoli
d5a7335cec Editor: Show actual class name in resource picker tooltips 2025-12-10 13:24:51 +01:00
Ayan Chavand
20c183b166 Fix: Correct make-unique button work for left mouse click only 2025-12-08 13:14:11 +05:30
Logan Detrick
17c7a3b817 Remove unused private variables in godot/editor 2025-12-07 02:55:08 -08:00
Rémi Verschelde
8437869434 Merge pull request #112615 from YeldhamDev/inspector_props_size_fix
Fix issues with property height in the inspector
2025-12-04 15:52:40 +01:00
Adam Scott
10c7cb878a Add new monospace related hint strings
- Add hint string `monospace` for `PROPERTY_HINT_{NONE,PASSWORD,PLACEHOLDER_TEXT}` to set the `LineEdit` font monospaced.
- Add hint string `monospace` for `PROPERTY_HINT_MULTILINE_TEXT` to set the `TextEdit` font monospaced.
- Add hint string `no_wrap` for `PROPERTY_HINT_MULTILINE_TEXT` to make the `TextEdit` not wrap lines automatically.

Also:
- Fix issue with `EditorPropertyMultilineText` not updating font properly.
- Add `EditorPropertyMultilineText` tweak flags.
- Add support with GDScript `@export_multiline`.
2025-12-03 12:57:40 -05:00
smix8
3a090ff25e Hide "Open documentation" context menu button in project manager
The EditorNode or internals of the ScriptEditor are not fully loaded in the project manager leading to crashes when the context menu tries to open an editor build-in documentation page.
2025-12-02 22:45:58 +01:00
Rémi Verschelde
90235fddeb Merge pull request #112999 from Meorge/feat/quick-load-icon
Add dedicated icon for Quick Load
2025-12-02 14:16:16 +01:00
Rémi Verschelde
8167a18286 Merge pull request #112537 from BlueCube3310/mat-thumbnail-wrong
Fix incorrect material and mesh thumbnails
2025-12-02 14:16:07 +01:00
Rémi Verschelde
fede39884d Merge pull request #111742 from Calinou/editor-capitalization-add-stop-word
Add "with" stop word to the editor property name processor
2025-12-02 14:15:38 +01:00
Michael Alexsander
034942557e Fix issues with property height in the inspector 2025-12-01 23:14:33 -03:00
BlueCube3310
5a3c86646e Fix incorrect material and mesh thumbnails 2025-12-01 18:33:25 +01:00
Rémi Verschelde
ad54cd4032 Merge pull request #113353 from SatLess/oversight
Prevent double counting and cyclical error when gathering Resources
2025-12-01 13:38:29 +01:00
Sat
8b79e94fb6 Prevent double counting and cyclical error when gathering Resources 2025-11-30 05:23:23 -03:00