View Single Post
Posts: 215 | Thanked: 348 times | Joined on May 2011
#863
Originally Posted by SHARP66 View Post
i like the symmetry feature of that program(missing on mypaint ).
In mypaint you can have symmetry (only for straight lines) if you change:
[I] in lib /document.py line 181:
N=1000 to N=10 to avoid ghost lines
and duplicating line187-191
where changing x[i] to -x[i] for horizontal symmetry or y[i] to -y[i] for vertical.

I try to figure out symmetry for all kind of strokes,I have problem with that interpolation, a menu for it ...Someone?...help?
I want to have all kind of features realizable in python.
hey SHARP66, have you looked at the development branch of MyPaint? it has symmetry feature (as well as some other cool new ones like making circles, colorizing, dodge, burn etc)

http://mypaint.intilinux.com/?page_id=18
hope that helps in your learning

it also works on Easy Debian (but with pressure sensitive issue, see here http://talk.maemo.org/showthread.php...28#post1240928 )

 

The Following 8 Users Say Thank You to lonk For This Useful Post: