Skip to content

Fix trackball when use local space is enabled#120063

Merged
Repiteo merged 1 commit into
godotengine:masterfrom
Open-Industry-Project:local-trackball
Jun 8, 2026
Merged

Fix trackball when use local space is enabled#120063
Repiteo merged 1 commit into
godotengine:masterfrom
Open-Industry-Project:local-trackball

Conversation

@ryevdokimov

Copy link
Copy Markdown
Contributor

What problem(s) does this PR solve?

Additional information

As the issue says, the behavior of the trackball should be the same regardless of the Use Local Space setting. The fix is to just check if the edit mode is the trackball to determine the scope of the transform.

@ryevdokimov ryevdokimov added this to the 4.7 milestone Jun 7, 2026
@ryevdokimov ryevdokimov requested review from a team as code owners June 7, 2026 15:44

@TokageItLab TokageItLab left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and LGTM

@Repiteo Repiteo merged commit 1595764 into godotengine:master Jun 8, 2026
20 checks passed
@Repiteo

Repiteo commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Thanks!

@ryevdokimov ryevdokimov deleted the local-trackball branch June 8, 2026 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment