05-07-2021, 10:35 PM
(05-06-2021, 02:17 AM)teapot Wrote: Hi Ofnuts,
Thanks again for this great script
Just noticed something I thought I'd mention. I was making the word Gimp with a brush that has a flower image. Wanting to dot the i my path had a short stroke. When running the script I got a GIMP Message that said:
Brush strokes on path Message
float division by zero
I was using settings:
Strokes 0
Spacing (px) 32
My brush is 40x38 pixels.
I think it's actualCountAndSpacing where intervals is set to 0 on an open path.
I made the path's stroke a bit longer to fit two flowers and it works fine and as I was making an animation I deleted one of the layers. (I put the result in the text effects thread on gimp chat).
For what I have seen, It's not a matter of open path but a matter of having a stroke much smaller than the requested spacing. Fixed and uploaded all the same. Thx for the report.