Hi Krikor,
Try these edits:
Delete brush from this line:
img, layer, fg_color, brush, stroke, rounding, ls_color, ls_z, glow,
To get this:
img, layer, fg_color, stroke, rounding, ls_color, ls_z, glow,
Delete these lines (search for brush to find them):
cur_brush = pdb.gimp_context_get_brush()
pdb.gimp_context_set_brush(brush)
pdb.gimp_context_set_brush(cur_brush)
(PF_BRUSH, "brush", "Stroking brush:", None),
Try these edits:
Delete brush from this line:
img, layer, fg_color, brush, stroke, rounding, ls_color, ls_z, glow,
To get this:
img, layer, fg_color, stroke, rounding, ls_color, ls_z, glow,
Delete these lines (search for brush to find them):
cur_brush = pdb.gimp_context_get_brush()
pdb.gimp_context_set_brush(brush)
pdb.gimp_context_set_brush(cur_brush)
(PF_BRUSH, "brush", "Stroking brush:", None),