-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Fix UV editor not showing polygon correctly #84116
Merged
Merged
Conversation
This file contains 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
AThousandShips
added
cherrypick:4.1
Considered for cherry-picking into a future 4.1.x release
cherrypick:4.2
Considered for cherry-picking into a future 4.2.x release
labels
Oct 28, 2023
aXu-AP
force-pushed
the
uv-edit-draw-polygon-fix
branch
from
October 28, 2023 18:32
fbb65f0
to
2a04826
Compare
KoBeWi
reviewed
Oct 31, 2023
KoBeWi
approved these changes
Oct 31, 2023
aXu-AP
force-pushed
the
uv-edit-draw-polygon-fix
branch
from
November 1, 2023 09:30
2a04826
to
eaf882a
Compare
aXu-AP
force-pushed
the
uv-edit-draw-polygon-fix
branch
from
November 1, 2023 17:35
eaf882a
to
3ee3337
Compare
AThousandShips
approved these changes
Nov 1, 2023
Needs rebase. |
Fix polygon not showing correctly if UVs have been moved around. Show the actual contents of the polygon instead.
aXu-AP
force-pushed
the
uv-edit-draw-polygon-fix
branch
from
December 5, 2023 13:39
3ee3337
to
a45db4d
Compare
Rebased |
Thanks! |
Cherry-picked for 4.2.1. |
akien-mga
removed
the
cherrypick:4.2
Considered for cherry-picking into a future 4.2.x release
label
Dec 7, 2023
YuriSizov
removed
the
cherrypick:4.1
Considered for cherry-picking into a future 4.1.x release
label
Jan 23, 2024
Cherry-picked for 4.1.4. |
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.
Fixes #74124
Fix polygon not showing correctly in UV editor if UVs have been moved around. Show the actual contents of the polygon instead.