Files
test/source
Falk David 567cc7cf9f Fix: GPv3: Make sure to call .save() on attribute writer
In the draw tool in the `process_extension_sample` we would
create an `GSpanAttributeWriter` to initialize the default values for
the new points, but we would return early for curve attributes.
This return needs to happen before we create the `GSpanAttributeWriter`.
2023-10-23 10:44:02 +02:00
..