Files
test/source/blender
William Leeson 81d5af15a6 Fix: Crash and or assert in mesh index buffer creation
The mapping was read multiple times from the `map` structure in that time the `map` value could have changed (set to -1). To stop this, the mapping is read once and set to -1 earlier to reduce the possibility to other threads performing the operation and changing the mapping value.

Pull Request: https://projects.blender.org/blender/blender/pulls/123056
2024-06-11 16:13:27 +02:00
..
2024-06-06 11:26:28 +10:00
2024-06-04 14:17:58 +02:00
2024-06-11 14:12:02 +02:00