Rémi Verschelde
b358a71a38
Merge pull request #50817 from KoBeWi/gg_ez_rects
...
[3.x] Allow for easier editing of rect CollisionShape2D
2021-07-27 13:34:29 +02:00
Rémi Verschelde
7d425d2c77
Merge pull request #50911 from lawnjelly/portals_editor_colors
...
Portals - Gizmo colors added to editor settings
2021-07-27 13:08:03 +02:00
SaracenOne
462231e297
Removing bounding box calculations from 3D scene drag and drop and collide against physics rather than visual geometry.
...
(cherry picked from commit fbda490d0f
)
2021-07-27 11:58:36 +02:00
lawnjelly
cb39b3d77c
Portals - Gizmo colors added to editor settings
...
Make the portal and room gizmo colors user definable.
2021-07-26 20:09:22 +01:00
Rémi Verschelde
52df2940bc
i18n: Sync translations with Weblate
...
(cherry picked from commit c406c8512f
)
2021-07-26 16:23:20 +02:00
Rémi Verschelde
2ae4748816
Revert "Fix Illegible text in audio bus editor 3.x"
...
This reverts commit d2cbf331ce
.
Fixes #50890 .
2021-07-26 16:14:17 +02:00
foxydevloper
f2cdacd3a6
Improve select tool's tooltip
...
- Makes tips clearer and more consistent.
- Removes outdated "shift+v" that doesn't work
- Adds Ctrl+RMB for adding nodes at position
- Removes tip for non-existent Alt+Drag in 3D select tool
(cherry picked from commit 6b90e2df6c
)
2021-07-26 13:30:56 +02:00
Hugo Locurcio
3462aa4aba
Add a tooltip for Inclusive and Self in the editor profiler
...
This also changes the display mode tooltips to reflect the fact that
times are now displayed in milliseconds instead of seconds.
(cherry picked from commit e837e04ef8
)
2021-07-26 13:29:11 +02:00
Hugo Locurcio
af3f83407f
Expose an ImportOrder enum in ResourceImporter
...
This avoids using magic numbers in code.
(cherry picked from commit 7f83977f37
)
2021-07-26 13:26:58 +02:00
Rémi Verschelde
8ecb5d2047
Merge pull request #48621 from Calinou/editor-3d-hide-selection-box-no-gizmos-3.x
...
Hide the 3D editor selection box when View Gizmos is disabled (3.x)
2021-07-26 12:45:00 +02:00
Hugo Locurcio
db04860653
Only print message about lightmap baking if it took at least 1 second
2021-07-24 22:06:46 +02:00
kobewi
10652cd342
Allow for easier editing of rect CollisionShape2D
2021-07-24 21:31:32 +02:00
Hugo Locurcio
ce78e605b1
Clarify the purpose of the default asset library URLs in the editor
...
`localhost` was removed as it won't work out of the box. It can be added
by the user if they're working on the asset library itself.
This won't affect existing installations due to how the editor settings
are stored, but existing installations will keep working fine.
(cherry picked from commit eac8ba6ce8
)
2021-07-24 01:01:14 +02:00
foxydevloper
c7062f3bb8
Fix hidden seperators when horizontal frames is 1
...
(cherry picked from commit 429382b7e5
)
2021-07-24 00:52:49 +02:00
kobewi
d2034fc269
Fix Change Node Type after Add Node Here
...
(cherry picked from commit 31a81562a8
)
2021-07-24 00:52:32 +02:00
kobewi
49f323410b
Don't set metadata_label font if it doesn't exist
...
(cherry picked from commit 2846dbf239
)
2021-07-24 00:51:08 +02:00
Rémi Verschelde
7968208b0a
Merge pull request #47201 from LightningAA/delete-from-project-manager-3.x
...
[3.x] Add the ability to remove project contents from the remove project dialog
2021-07-23 22:17:55 +02:00
Rémi Verschelde
4ecd9af616
Revert "Fix duplicate selection in SceneTree (3.x)"
2021-07-23 10:56:03 +02:00
Rémi Verschelde
b856841b99
Merge pull request #50745 from LightningAA/fix-texture-preview-crash-3.x
...
[3.x] Fix `TexturePreview` crashing
2021-07-22 23:33:18 +02:00
Lightning_A
8e90c7e829
Fix TexturePreview
crashing
2021-07-22 13:42:22 -06:00
Rémi Verschelde
883bb2f4f6
Merge pull request #50561 from Calinou/fix-scene-tree-duplicate-selection-3.x
...
Fix duplicate selection in SceneTree (3.x)
2021-07-22 16:41:59 +02:00
Rémi Verschelde
2ac292a5ad
Merge pull request #50646 from SirQuartz/3.x
...
Fix Illegible text in audio bus editor 3.x
2021-07-22 13:20:35 +02:00
Rémi Verschelde
b4282c8435
Merge pull request #50700 from KoBeWi/3.drop
...
[3.x] Assign value to property by dropping to scene tree
2021-07-22 12:42:13 +02:00
Rémi Verschelde
54ad72d08d
Merge pull request #50320 from nekomatata/optimize-node-path-check-3.x
...
[3.x] Optimize NodePath update when renaming or deleting nodes in the editor
2021-07-22 12:13:26 +02:00
Hugo Locurcio
a528931c5e
Backport RootMotionView icon from the master
branch
...
This makes RootMotionView display with a proper icon in the editor.
2021-07-22 07:36:08 +02:00
kobewi
559b3a59bb
Assign value to property by dropping to scene tree
2021-07-21 15:40:19 +02:00
Hugo Locurcio
130a467839
Display the class name in the description
...
- Display a placeholder if no description is available.
- Display a message if the search didn't return any results.
2021-07-20 23:28:23 +02:00
Rémi Verschelde
843ab4e375
Merge pull request #50482 from lawnjelly/portals_autoplace
2021-07-20 21:26:36 +02:00
Lightning_A
04fbe18c06
Fix array reorder methods not being bound
2021-07-20 12:22:47 -06:00
lawnjelly
83f1377a8f
Portals - lift roomlist restrictions and fix link bug
...
Allows users to have the RoomManager as the roomlist.
Fixes a couple of bugs dealing with situations where users attempt to link Portals to Rooms outside the roomlist.
Adds a PortalEditorPlugin allowing you to flip individual portals.
2021-07-20 19:05:16 +01:00
Lightning_A
5ca145ba5d
Add the ability to reorder arrays from the inspector
2021-07-20 11:30:21 -06:00
Nick Huelin
d2cbf331ce
Fix Illegible text in audio bus editor 3.x
...
This pull request fixes an issue where the text within the audio bus editor would be illegible. This version is tailored for 3.x.
2021-07-20 08:43:30 -04:00
Atlinx
6026de80e7
Add scaling to the curve editor's handles
...
This fixes issue #50617
(cherry picked from commit ac5f3a6733
)
2021-07-20 13:05:12 +02:00
Haoyu Qiu
890dda4cb4
Minor enhancements for the resource options button
...
(cherry picked from commit 8c4cb53d21
)
2021-07-20 13:05:12 +02:00
Hugo Locurcio
79d3a6c8df
Improve tooltips in the editor profiler to mention the script name
...
Co-authored-by: CrispyPin <crispin@tasa.se>
(cherry picked from commit 0098e9243c
)
2021-07-20 13:05:11 +02:00
reduz
ca223d71d8
Addes ability to load build sources from file.
...
* If not present, the dialog asks to load build sources from a file.
* The export templates check now also verifies that build sources are installed and skips the template check.
This makes Android development easier.
(cherry picked from commit 6639cc9853
)
2021-07-20 13:05:10 +02:00
Nathan Franke
970a66a0fd
Do not update scene tree dock when node edited outside of it
...
(cherry picked from commit 022a061571
)
2021-07-20 13:05:09 +02:00
Rémi Verschelde
d12243370d
Merge pull request #50632 from timothyqiu/add-item-type-3.x
...
[3.x] Improve add item type UI in theme editor
2021-07-20 12:15:11 +02:00
Rémi Verschelde
559d02a216
Merge pull request #50095 from LightningAA/add-viewport-spy-3.x
...
[3.x] Add the ability to preview viewports from the inspector
2021-07-20 11:19:34 +02:00
Rémi Verschelde
78d6dc4d24
Merge pull request #50502 from Calinou/animation-track-editor-improve-scrolling-3.x
...
Improve scrolling actions in the animation track editor
2021-07-20 11:16:25 +02:00
Rémi Verschelde
7fe45cb25b
Merge pull request #50531 from pycbouh/editor-improve-template-downloader-3.x
...
[3.x] Improve the UI/UX of the Export Template Manager dialog
2021-07-20 11:00:45 +02:00
Haoyu Qiu
48af497e8c
Improve add item type UI in theme editor
2021-07-20 16:55:54 +08:00
Rémi Verschelde
7d5c7e02c4
Merge pull request #50565 from foxydevloper/3.x-add-sort-button
...
Backport filesystem dock sorting to 3.x
2021-07-20 10:46:17 +02:00
Rémi Verschelde
f9707e1a28
Merge pull request #50499 from LightningAA/zoom-out-alt-3.x
...
[3.x] Add shift + [1-5] keyboard shortcuts to zoom out
2021-07-20 09:17:52 +02:00
Aaron Franke
7dc2edc430
[3.x] Allow reading shaders from .gdshader files
2021-07-19 23:34:23 -04:00
Rémi Verschelde
a5c62edc14
Merge pull request #50586 from pycbouh/editor-theme-type-clear
...
Clear the theme type filter/name on each dialog popup
2021-07-19 22:55:44 +02:00
Stanislav Labzyuk
10252d81a3
Implemented the ability to add shortcut for Project -> Reload Current Project.
2021-07-20 00:12:50 +07:00
foxydevloper
6926363efb
Backport filesystem dock sorting to 3.x
...
Co-authored-by: Gilles Roudiere <gilles.roudiere@gmail.com>
2021-07-19 12:31:28 -04:00
Lightning_A
cf8de3b316
Add viewport preview plugin and refactor TextureEditorPlugin
2021-07-18 14:49:45 -06:00
Yuri Sizov
9c2ff29c4d
Clear the theme type filter/name on each dialog popup
2021-07-18 20:37:30 +03:00