Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal] Add function to lock the rotation axis in 3D view #97

Open
varkatope opened this issue Mar 17, 2020 · 3 comments
Open

[Proposal] Add function to lock the rotation axis in 3D view #97

varkatope opened this issue Mar 17, 2020 · 3 comments

Comments

@varkatope
Copy link

It's a bit harder than it should be to manipulate the 3D views and it would be nice to be able to just lock the rotation axis so that the view can only be rotated horizontally, for example, at least while using the regular left-mouse button to rotate.

@Calinou
Copy link
Contributor

Calinou commented Mar 25, 2020

I think at least one of the rotation axes should be locked permanently, like in Godot or Blender when you use the default orbit settings. This way, you don't end up rolling the camera when you don't intend to 🙂

If changing the roll is desired, it should require a modifier like Ctrl (Shift is already used to keep the background in place).

@Tar0x
Copy link

Tar0x commented Oct 24, 2020

Omg yes please! To rotate camera and then roll it is really time consuming.

@Calinou
Copy link
Contributor

Calinou commented Oct 25, 2020

I tried to implement this a while ago but didn't succeed in doing so. It can be done easily by using a "pivot" yaw node and a pitch node as a child, but that's the hacky way of doing it…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants