Expose 3D editor snap settings to EditorInterface#103608
Merged
Repiteo merged 1 commit intogodotengine:masterfrom Sep 19, 2025
Merged
Expose 3D editor snap settings to EditorInterface#103608Repiteo merged 1 commit intogodotengine:masterfrom
Repiteo merged 1 commit intogodotengine:masterfrom
Conversation
b8c8e22 to
8f46b5b
Compare
c904446 to
a6ba149
Compare
Member
|
Please avoid pushing so many times in a row, if you need to run CI repeatedly please create a separate branch and run it on your own fork |
a6ba149 to
85dac40
Compare
85dac40 to
4d80777
Compare
SaracenOne
approved these changes
Mar 12, 2025
Member
SaracenOne
left a comment
There was a problem hiding this comment.
Sorry for not following up on this, but yes, this is fine. I'll close the original version and we can merge this since it already implements @akien-mga's recommended changes.
Contributor
|
Thanks! Congratulations on your first merged contribution! 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements #10704
Modified version of #96763
Adds methods to the EditorInterface (Instead of EditorPlugin) to get 3D editor snap settings. Snap values are affected by the shift key being held down when methods are called, decided against putting this in documentation as it is an intended interaction.