This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenkernel
Campbell Barton ad2a8400e9 Fix T56108: Crash editing corrupted vertex groups
While the file in this report had corrupted values,
this is avoidable without adding any extra overhead.

Use unsigned vertex group indices since we don't need negative values,
this is an alternative to checking they aren't negative in many places.

Vertex group values over INT_MAX is still considered invalid,
so any accidental unsigned wrapping won't be silently ignored.
2020-02-11 13:20:49 +11:00
..
2019-10-04 16:23:39 +02:00
2019-09-07 23:17:40 +10:00
2019-11-21 23:15:02 +11:00
2019-11-25 01:51:11 +11:00
2019-02-18 08:22:12 +11:00
2020-02-08 01:02:18 +11:00
2019-06-11 15:11:07 +02:00
2020-02-08 01:02:18 +11:00
2019-09-07 23:17:40 +10:00
2019-09-30 17:07:05 +10:00
2020-01-02 13:08:20 +11:00
2019-10-04 06:00:08 +10:00