5c84398c15
Merge pull request #93903 from Geometror/vs-fix-frame-edscale
...
Fix some VisualShader features for high DPI displays/custom UI scales
2024-07-04 23:27:03 +02:00
b871794591
Fix GraphFrame autoshrink with high DPI displays/custom UI scales
2024-07-04 19:08:06 +02:00
681769e2c9
Fix undoredo handling in some dialogs
2024-07-04 14:17:47 +02:00
6a13fdcae3
Merge pull request #93846 from jsjtxietian/null-frames
...
Fix sprite frame editor crash with null `frames` pointer
2024-07-03 08:50:29 +02:00
7cecdc0dab
Fix sprite frame editor crash with null frames pounter
2024-07-03 10:58:25 +08:00
af28d58215
Fix RMB erasing of tiles
2024-07-02 08:45:05 +02:00
13ea24c5bb
Merge pull request #93671 from KoBeWi/burn_the_box
...
Prevent selecting when a CanvasItem is selected
2024-07-01 18:28:47 +02:00
1d69358471
Prevent selecting when a CanvasItem is selected
2024-06-29 19:56:48 +02:00
4ab8fb8093
Merge pull request #93747 from KoBeWi/layer_of_bugs
...
Fix some TileMapLayer editing problems
2024-06-29 19:54:30 +02:00
a19955e82d
Merge pull request #93736 from passivestar/info-panel-margins
...
Make the frame time and info boxes use same margins
2024-06-29 19:54:17 +02:00
8d4c593c54
Merge pull request #93720 from MewPurPur/remove-overbright
...
Fix unnecessary overbright modulates used in a few editors
2024-06-29 19:54:10 +02:00
92b0375785
Fix some TileMapLayer editing problems
2024-06-29 18:18:54 +02:00
4201c7d75f
Make the frame time and info boxes have same margins
2024-06-29 16:34:08 +04:00
3cce275589
Merge pull request #93527 from matheusmdx/fix-snapping-lines-with-anchors
...
Fix snapping lines don't disappearing after drag anchors
2024-06-29 13:04:00 +02:00
3fbb6044d0
Merge pull request #93047 from groud/fix_polygon_editor_grid
...
Fix tile polygon editor grid and missing update
2024-06-29 13:03:56 +02:00
0fa27fd001
Fix unnecessary overbright modulates used in a few editors
2024-06-28 23:54:11 +03:00
811ce36c60
Merge pull request #93675 from Calinou/3d-editor-align-transform-with-view-add-alternative-shortcut
...
Add alternative shortcut for Align Transform to View in the 3D editor
2024-06-28 15:55:14 +02:00
d4b7ede882
Merge pull request #92303 from Hilderin/fix-synchronization-global-class-name
...
Fix synchronization of global class name
2024-06-28 14:42:37 +02:00
04d75dcfc2
Merge pull request #93609 from passivestar/tileset-prop-popup-bg
...
Fix TileSet property painter popup showing clear color
2024-06-28 11:35:02 +02:00
6932630c02
Add alternative shortcut for Align Transform to View in the 3D editor
...
The new shortcut is Ctrl + Alt + Numpad 0 and is the one listed
in the 3D viewport's Perspective menu (since PopupMenu accelerators
display the first shortcut only). This shortcut matches Blender
and avoids conflicts with the GeForce Experience overlay, which
defaults to Ctrl + Alt + M.
Ctrl + Alt + M is still defined as an alternative default,
so that existing workflows are not impacted.
2024-06-27 20:34:28 +02:00
1a1d8a58ca
Center the label in overview of script editor
2024-06-27 16:01:35 +04:00
a9ef6cd418
Improve viewport rotation gizmo drawing
2024-06-26 23:33:24 +04:00
b0c7f45a72
Merge pull request #85228 from KoBeWi/don't_save_scene_when_saving_script_while_saving_scene
...
Don't insert newline while saving
2024-06-26 14:51:06 +02:00
869e33252d
Merge pull request #84164 from KoBeWi/slowcast_2d
...
Fix slow raycast editing
2024-06-26 14:51:03 +02:00
57e046541d
Add a way to force history for undoredo
2024-06-26 13:24:34 +02:00
b70368b78a
Don't insert newline while saving
2024-06-26 13:19:25 +02:00
39369db029
Fix synchronization of global class name
2024-06-25 18:33:07 -04:00
44e2991365
Fix TileSet property painter popup showing clear color
2024-06-26 01:37:44 +04:00
5d089e1a8e
Merge pull request #93518 from bruvzg/imp_fix
...
[Editor] Fix importers add-ons after 93238
2024-06-25 10:02:05 +02:00
f597f24a07
Merge pull request #93521 from nblackburn/popupmenu-pot-gen
...
Include "PopupMenu" labels in POT gen
2024-06-25 09:19:53 +02:00
f746632369
Fix snapping lines don't disappearing after drag anchors
2024-06-23 21:05:33 -03:00
648d5a8525
include popupmenu labels in pot gen
2024-06-23 20:59:17 +01:00
2fdf24375d
[Editor] Fix importers add-ons after 93238
2024-06-23 21:12:00 +03:00
230a4cb63f
Store TileMapLayer selection in scene's history
2024-06-22 18:42:48 +02:00
4a9dc72d16
Merge pull request #93361 from passivestar/viewport-buttons-styles
...
Add missing style overrides for viewport overlay buttons
2024-06-21 10:14:21 +02:00
83078715ca
Add missing style overrides for viewport overlay buttons
2024-06-20 22:28:45 +04:00
acb9a4e6ad
Merge pull request #93385 from Chaosus/vs_fix_updating
...
Fix visual shader not being updated when switching tabs
2024-06-20 16:18:59 +02:00
3bbbedc144
Fix visual shader not being updated when switching tabs
2024-06-20 13:37:16 +03:00
8a44cf0342
fixed issue #93043 , ruler tool prevents new nodes from being added with right click.
2024-06-19 10:51:46 -07:00
4949e96b0b
Merge pull request #91845 from ryevdokimov/disable-freelook-when-drag-and-drop
...
Disable viewports inputs when dragging and dropping into the viewport
2024-06-19 10:53:17 +02:00
a50b535988
Merge pull request #93110 from Hilderin/fix-signal-panel-after-connection
...
Fix Can't reopen signals panel immediately after connecting a signal
2024-06-19 10:10:14 +02:00
fbb879debd
[Scene] Add SceneStringNames::text/value_changed
2024-06-19 09:44:38 +02:00
ca18a06ecb
[Scene] Add SceneStringNames::confirmed
2024-06-19 09:40:54 +02:00
d9e2fc74c7
[Scene] Add SceneStringNames::item_selected
2024-06-19 09:39:05 +02:00
64ba2cf3a9
Fix Can't reopen signals panel immediately after connecting a signal #92996
2024-06-18 18:24:40 -04:00
d519715d94
[Scene] Add SceneStringNames::font(_size/_color)
2024-06-18 17:24:27 +02:00
76a8fa6fed
Merge pull request #93292 from rune-scape/singleton-cleanup
...
Fix missing cleanup and null checks for various singletons
2024-06-18 14:09:01 +02:00
2a470143ef
Merge pull request #93255 from jsjtxietian/atlas-default
...
Prevent generating preview for zero sized texture
2024-06-18 14:08:48 +02:00
6adcb1373a
fix missing cleanup and null checks for various singletons
2024-06-18 01:05:30 -07:00
3027b49943
Prevent generating preview for zero sized texture
2024-06-18 16:04:10 +08:00