Files
test/source
Falk David d3d26233fc Fix: GPv3: Edit Mode: Crash during extrude
The crash was caused by the selection attribute not being
initialized properly. The size was 0.

The fix uses `ed::curves::ensure_selection_attribute` to ensure
the attribute is created and on the right domain.

Extrude should only work for a point selection, so the poll
function of the operator is updated to reflect this.

Pull Request: https://projects.blender.org/blender/blender/pulls/130333
2024-11-15 17:01:06 +01:00
..