Add Node Here / Instantiate Scene Here / Move Here, but in 3D #8976
Closed
passivestar
started this conversation in
Editor
Replies: 1 comment
-
There is a proposal: #435 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm surprised I couldn't find a proposal for this, but I found these in 2d, and it would be great to have them in 3d as well:
Because there's no way to quickly move a newly created node to a specific place in the scene. The closest thing is Align Transform with View but it's only good for lights and cameras. Scenes can be dragged from the FileSystem dock, but finding them through a popup like in
Ctrl+Shift+A
is a bit faster. And for nodes (i.e if you want to place a particle system) there's currently no solutionThat popup menu could be called throughCtrl+Right Click
in 3d viewportEdit: instead of ctrl it can use the same approach as this PR
Alternatively
Ctrl+A
andCtrl+Shift+A
could cast a ray when you call them and add nodes/scenes where it hits. This could be an editor setting to preserve the current behaviourBeta Was this translation helpful? Give feedback.
All reactions