Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2022-03-07 19:04:10 +0300
committerSybren A. Stüvel <sybren@blender.org>2022-03-07 19:07:20 +0300
commit2d06b97d2918f389ac266b3789aa340c223df463 (patch)
tree5b71760eec43a3703d39fe69cde7b2d77f55ad80 /CMakeLists.txt
parent6b8dde93b0ca898da16ff367d110f785e35e8981 (diff)
Fix T95256: Crash when creating off-screen pose asset
Fix crash when creating a pose asset for which the file list entry in the asset browser is scrolled off-screen. Because of the off-screen-ness, it wasn't loaded into memory, which eventually caused an unexpected NULL pointer. The solution was to use a different function (`filelist_file_find_id`) that can reliably find the file list entry, after which the cache entry can be created. Reviewed by: Severin Differential Revision: https://developer.blender.org/D14265
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions