03-28-2021, 12:35 PM
(03-27-2021, 11:30 PM)rickk Wrote: Just wanted to touch back on this, I downloaded both your "strokes-on-path" as well as your "interleave-layers" scripts, and while I could get neither to even show up on the Gimp menu on my Linux system (same ol' - same ol' problem) I managed to get both working on my old Windows 7 system .
The "Strokes-on-path" is clever, and worked well for me...on actual paths. But not on a selection ellipse. When trying on a selection ellipse,.. it kicked back a - "Nonetype": object has no attribute strokes - error message, which I suspect is only to be reasonably expected, given the name given it. But it worked well on paths .
(03-28-2021, 08:30 AM)Ofnuts Wrote: Hmm. OK, fixed. New version on SourceForge. Thanks for the report.
Ofnuts, I did not understand where there was a behavior on the part of the plug-in that deserved a correction. :interrogation:
If there is only one selection, and not a path (no stroke), I think this message would be expected (Brush strokes on path Warning
'NoneType' object has no attribute 'strokes'), as the plug-in is expected to be applied to paths rather than selections.
Or will the plug-in now convert the selection to path and then run normally?