19e003bc08
Merge pull request #100306 from Uumutunal/master
...
Fix 3D editor snap setting values not being displayed correctly
2024-12-12 14:10:28 +01:00
1bc70fe2e8
Fix 3D ruler theme overrides
2024-12-12 13:13:36 +01:00
63b91381ab
Fix 3D editor snap setting values not being displayed correctly
2024-12-12 11:37:24 +03:00
a5cf24cb16
Merge pull request #100162 from ryevdokimov/measure-mode-3d
...
Add ruler mode to 3D
2024-12-11 17:35:46 -06:00
9a8d6628de
[Scene] Add SceneStringName::hover
2024-12-11 11:11:25 +03:00
e2ed286d2d
Add measure mode to 3D
2024-12-10 10:30:49 -05:00
ba39b078f5
[Scene] Add SceneStringName::FlatButton
2024-12-10 11:12:26 +03:00
174e659a48
Add 3D translation sensitivity to Editor Settings
2024-12-05 22:50:52 +01:00
8ca1605bbb
Fix default preview environment sky.
...
Fixes the horizon color being grey even when both
the sky and ground colors are set to black, and
makes the energy slider affect both hemispheres
rather than only affecting the top "sky" portion.
2024-12-03 02:34:33 -07:00
60c6c4a1da
Merge pull request #99795 from YeldhamDev/selection_menu_for_all!
...
Make the alt selection menu available for all modes
2024-11-29 22:51:20 +01:00
6ad82aba3b
Allow tool scripts to alter transform of Node3DEditorViewport camera
2024-11-29 18:48:01 +01:00
5d70208da4
Make the alt selection menu available for all modes
2024-11-27 22:22:13 -03:00
30ab612e35
Merge pull request #90778 from timothyqiu/cam-preview
...
Add Camera3D preview in Inspector
2024-11-27 10:46:59 -06:00
1dffdfdd5b
Merge pull request #94026 from passivestar/mac-align-transform-shortcut
...
[macOS] Change the shortcut for Align Transform with View
2024-11-26 13:04:55 -06:00
0ee60dd543
Merge pull request #99516 from KoBeWi/quantum_entanglement_of_source_files
...
Untangle ColorPicker includes
2024-11-26 13:04:54 -06:00
289e548e34
Untangle ColorPicker includes
2024-11-22 21:42:50 +01:00
5cd0d42d2b
Fix viewport message offsets
2024-11-21 08:24:08 +04:00
925b690c98
Core: Integrate Ref::instantiate where possible
2024-11-10 12:41:26 -06:00
4cbf15608c
Fix wrong checked menu item in 3D editor
2024-11-07 00:15:38 +01:00
16524a8a01
Add "Game" editor for better runtime debugging
2024-10-30 11:42:17 -03:00
562c666e3d
Rename internal Button icon to button_icon to match exposed methods
2024-10-29 16:23:03 -07:00
891173b3ea
[macOS] Change the shortcut for Align Transform with View
2024-10-16 21:51:45 +04:00
fb768a7118
Use collision detection ray to reposition an object already in the scene
2024-10-04 17:13:46 -04:00
21353460f7
Merge pull request #88511 from ryevdokimov/offset-drag-to-instantiate-scene
...
Offset drag instantiated scenes that result in a collision by its bounds to mitigate overlap
2024-10-04 22:42:52 +02:00
b3805840ea
Fix UI of sun angle in the sun/preview env popup
2024-10-02 14:12:33 -04:00
71a7e37a43
Merge pull request #96766 from ryevdokimov/hide-white-circle-outline
...
Hide white circle outline during instant transformations
2024-09-19 17:13:20 +02:00
4e1ae8b768
Fix inconsistency in 3D editor navigation
...
- Fix typo in orbit/zoom shortcut name
- Fix zoom when using trackpad
2024-09-17 11:40:02 +02:00
a58ae8e1c6
Fixed SoftBody3D handles not being clickable in 3D Editor Viewport
...
Fix erratic behaviour when modifying pinned_points via inspector
2024-09-16 21:30:31 +09:30
dd6443193c
[Editor] Expose more editor settings to documentation
...
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com >
2024-09-12 15:34:49 +02:00
b6906b9677
Merge pull request #96389 from kitbdev/extract-main-screen
...
Extract EditorMainScreen from EditorNode
2024-09-11 12:34:46 +02:00
9d735b0904
Fix issue where editable children of 3D nodes would be selected
2024-09-09 14:39:09 -04:00
92b3e5fe8a
Hide white circle outline during instant transformations
2024-09-09 11:37:37 -07:00
5e1c9d68aa
Extract editor main screen
2024-09-09 11:06:18 -04:00
80b1cbbb63
Merge pull request #96582 from Giganzo/add-sun-and-env-with-shift
...
Fix shift clicking on Add Sun/Environment to Scene buttons
2024-09-05 17:44:33 +02:00
721852b325
Merge pull request #96579 from Hilderin/fix-selection-stuck-after-saving-scene
...
Fix selection stuck after saving scene
2024-09-05 17:44:30 +02:00
f5aac22b10
Merge pull request #96530 from ev13bird/issue-96527
...
Fix instant transformations not being committed when used in succession
2024-09-05 17:44:15 +02:00
060a1a0899
Fix instant transformations not being committed when used in succession
...
Also:
- Fix holding down keys repeatedly committing instant transformations, and disallow starting instant during non-instant
- Fix echoed inputs starting new instant transformations after clicking to confirm, and disallow left mouse release committing instant transformations
2024-09-05 21:34:31 +10:00
1b6af3acd3
Fix shift clicking on Add Sun/Environment to Scene buttons
2024-09-05 12:06:29 +02:00
613d4d10cb
Fix selection stuck after saving scene
2024-09-04 19:12:30 -04:00
d15de6f264
Merge pull request #96292 from AThousandShips/null_check_ref_fix
...
Cleanup of raw `nullptr` checks with `Ref`
2024-09-03 16:13:55 +02:00
8befcc1113
[macOS] Fix Quick Open shortcut conflict
2024-08-31 18:08:23 +04:00
194bdde947
Cleanup of raw nullptr checks with Ref
...
Using `is_valid/null` over checks with `nullptr` or `ERR_FAIL_NULL` etc.
2024-08-31 15:01:09 +02:00
52889ab7ee
[Scene] Add SceneStringName::toggled
2024-08-28 15:14:26 +03:00
35be8acf60
Merge pull request #96199 from SaracenOne/ownerless_node_crashfix
...
Fix crash when selecting ownerless 3D node.
2024-08-28 09:45:44 +02:00
279ccd6d32
Fix crash when selecting ownerless 3D node.
2024-08-28 04:35:46 +01:00
67dfbc0816
Save the state of view transform gizmo option
2024-08-27 19:16:43 -04:00
48645f3d70
Merge pull request #87793 from ryevdokimov/hide-transform-gizmo
...
Add ability to hide editor transform gizmo
2024-08-28 00:10:32 +02:00
109203d472
Merge pull request #85331 from RobProductions/customize-navigation-controls
...
Add full customization of 3D navigation controls
2024-08-28 00:10:19 +02:00
fba7ad8c7b
Remove spaces and punctuation from the beginning of translatable strings.
2024-08-22 20:51:13 +03:00
080acd7246
Remember "View Grid" (per-viewport) setting between editor sessions
2024-08-20 15:59:07 -07:00