Files
test/source/blender/blenkernel
Sybren A. Stüvel 5168408ae5 Fix T72459: Mask Modifier breaks Vertex Parenting
The `give_parvert()` function was only considering the mesh's original
vertex indices when the parent vertex index was valid for the evaluated
mesh. However, when using the Mask modifier the evaluated mesh can have
less vertices but still have the parent vertex.

Since the `if (nr < numVertex)` condition wasn't used to prevent any
out-of-bounds access, and seems just an incorrect optimisation, it could
be removed.
2020-01-21 17:53:06 +01: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
2019-06-11 15:11:07 +02: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