Files
test/source
Falk David 84e5de3327 Fix: GPv3: Crash in grease_pencil_object_cache_populate
This was due to wrong indexing into `num_triangles_per_stroke` and
`num_vertices_per_stroke`. We were using the the index of the stroke
in the drawing instead of the index into the `visible_strokes` mask.
2024-06-27 13:54:05 +02:00
..