-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Convert TileSet Atlas Merge input images to RGBA8 to match output, if needed #80943
Convert TileSet Atlas Merge input images to RGBA8 to match output, if needed #80943
Conversation
4de6bf6
to
9d4a492
Compare
9d4a492
to
dc2aa69
Compare
This fixes a problem that has been bugging me for a while. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I was a bit worried that using the result of get_image()
could end up in the modification of something internal to the atlas source. However, it seems like get_image()
always return a newly allocated Image object, so that should be fine.
Thanks! |
Yay |
Cherry-picked for 4.1.3. |
@YuriSizov is this not included in 4.1.3? |
Idk why the cherrypick has been removed, the fix was working very well for me. |
The label is removed when after the commit is cherry-picked, so it is included in the release. Are the issues you experience the same as fixed by this PR? |
@KoBeWi Yes, just experienced the same issue today that was demonstrated in the videos linked as clones of this issue. Trying to merge 2 atlases resulted in a blank atlas. |
I tested the MRP from the issue. The bug happens in 4.1.2, but it's fixed in 4.1.3. Your problem is something different, open a new issue if it doesn't exist. |
Are you sure your actually using 4.1.3? |
Yes. |
I meant that for griphen |
closes: #80870