There is a comment in the script:
; Performs a curve bend of the current layer between two paths
; The paths must each have no more than 17 points and should go
; from left to right
...and my advise is keep the same number of points in each and keep them in-line (nodes vertically above each other)
@Krikor
Try using path composed of straight elements rather than a curve.
; Performs a curve bend of the current layer between two paths
; The paths must each have no more than 17 points and should go
; from left to right
...and my advise is keep the same number of points in each and keep them in-line (nodes vertically above each other)
@Krikor
Quote: https://drive.google.com/file/d/1kBV8qqO...drive_link
Try using path composed of straight elements rather than a curve.