This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/gpu
Jeroen Bakker d237681cad Fix T73559: UDIM Crash Fill Tile
The function `gpu_texture_create_tile_array` checked for a valid
tile ibuf when determining the packing location. During the actual packaging it didn't.

As the tiles are already ignored when selecting the packing location, we
can also ignore it when copying it to the glTexture. Therefore this
patch removes the existing BLI_assert and replaces it with a NULL check.

Reviewed By: Brecht van Lommel

Differential Revision: https://developer.blender.org/D6738
2020-02-03 11:05:40 +01:00
..
2020-02-03 11:05:40 +01:00
2019-12-02 13:15:52 +01:00
2019-02-18 08:22:12 +11:00
2019-08-01 14:02:41 +10:00
2019-02-18 08:22:12 +11:00
2019-04-18 07:59:28 +02:00
2019-10-04 16:23:39 +02:00
2019-11-27 16:10:07 +01:00