mypaint / libmypaint

libmypaint, a.k.a. "brushlib", is a library for making brushstrokes which is used by MyPaint and other projects.
http://mypaint.org
Other
308 stars 87 forks source link

brush: Convert SmudgeBucket from array to struct #197

Open jtojnar opened 2 months ago

jtojnar commented 2 months ago

This will make the code slightly more readable.

Noticed during #186