== Description ==
This differential implements the function `BKE_gpencil_stroke_perimeter` and an operator (`GPENCIL_OT_stroke_to_perimeter`) that uses it.
The `BKE` function returns a flat float array with elements `x,y,z,pressure,strength` representing the points on the perimeter of the stroke.
== Demo ==
Here is a video, showing the operator in action:
{F8290061}
== Issues ==
- [X] The algorithm does not take the `line_change` stroke thickness adjustment in the layer settings into account.
- [ ] Running the operator on multiple strokes at once freezes blender.