UI: Correct Splash RGB Image Corner Rounding #119473

Merged
Harley Acheson merged 2 commits from Harley/blender:SplashCorners into blender-v4.1-release 2024-03-14 17:22:30 +01:00

2 Commits

Author SHA1 Message Date
Harley Acheson 5f56e69e4a Checking for number of channels is incorrect and not needed. 2024-03-14 09:05:12 -07:00
Harley Acheson 2327dfc51a UI: Correct Splash RGB Image Corner Rounding
Our splash screen rounds the top corners of the featured image. However
this requires an alpha channel, so an RGB image will not look rounded.
This PR just tests for a low plane count and corrects it, since all
four channels are available.
2024-03-14 08:25:19 -07:00