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

Add option for editor freelook camera sensitivity #37523

Merged
merged 1 commit into from
Apr 29, 2020

Conversation

1abinitio1
Copy link
Contributor

@1abinitio1 1abinitio1 commented Apr 2, 2020

adds an option in the editor settings, to change the camera sensitivity when flying around in free look.

Right now camera sensitivity when flying around in the editor using freelook, is linked to the
parameter "orbit sensitivity". This change adds a separate parameter that is called freelook sensitivity
and links it to that one instead, so you can set each one separately.
(some people prefer a higher sensitivity in orbit mode, than the one they use in freelook)

Bugsquad edit: This closes godotengine/godot-proposals#513.

@1abinitio1
Copy link
Contributor Author

changed to use editors/3d/freelook/freelook_sensitivity

@akien-mga
Copy link
Member

akien-mga commented Apr 7, 2020

Could you squash commits into one and amend the commit message to be more descriptive?

See PR workflow and CONTRIBUTING.md.

@1abinitio1
Copy link
Contributor Author

Could you squash commits into one and amend the commit message to be more descriptive?

See PR workflow and CONTRIBUTING.md.

Sorry for the late reply, but how would i go about doing that?
Made all the changes through githubs online text editor, and all tutorials i can find, seem to
want you to have a local copy of the files.
If i download my fork and link it using visual studio, could i squash the commits afterwards?
(first time using github)
thanks

@Calinou
Copy link
Member

Calinou commented Apr 17, 2020

If i download my fork and link it using visual studio, could i squash the commits afterwards?
(first time using github)

Yes 🙂

Clone your fork, then you should see your commit immediately as it's on the master branch. (PS: In the future, you should create a feature branch for each pull request so that you can work on multiple pull requests in parallel.)

@akien-mga akien-mga added this to the 4.0 milestone Apr 29, 2020
@akien-mga
Copy link
Member

Rebased, amended and force pushed a fixed commit.

@akien-mga akien-mga merged commit a277c89 into godotengine:master Apr 29, 2020
@akien-mga
Copy link
Member

Thanks!

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

Successfully merging this pull request may close these issues.

Add option to change the editors free-look camera sensitivity
3 participants