Highlight selected points in Path3DEditor#114849
Merged
Repiteo merged 0 commit intogodotengine:masterfrom Feb 17, 2026
Merged
Conversation
a3211ca to
439261b
Compare
90a97ba to
1ea8c83
Compare
Member
Contributor
|
Shouldn't all selected points turn blue or am I missing a reason why only one can be? |
fb86ca7 to
a3bc87a
Compare
a3bc87a to
b6c0f89
Compare
Member
Author
|
@ryevdokimov Fixed. The selected point list is now retrieved from |
ryevdokimov
approved these changes
Feb 10, 2026
Contributor
ryevdokimov
left a comment
There was a problem hiding this comment.
Works, code looks fine to me.
2026-02-09.20-02-02.mp4
b6c0f89 to
163b498
Compare
Contributor
|
Thanks! |
Member
|
For the record, GitHub seems bugged out on this merge batch and the PR view shows "0 commits", but the commit which was merged is indeed present in the master branch: 163b498 |
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.
Path3Dhandles while in select mode #114715In EditMode (behavior dependent on Transform tool), selected points are displayed in blue. Yellow is used for ClosedPath and is difficult to distinguish from white, so I assume blue is fine.
Edit mode with Transform tool:

Edit mode with Select tool:

Add mode:
