|
2010-05-15
, 06:37
|
Posts: 118 |
Thanked: 297 times |
Joined on Nov 2007
|
#392
|
Ok, I voted
But can't anyone come up with a better version of that pressure.py program - maybe at least logging the co-ordinates of each press as well as the pressure?
The Following 2 Users Say Thank You to anders_gud For This Useful Post: | ||
|
2010-05-15
, 09:25
|
Posts: 69 |
Thanked: 300 times |
Joined on May 2010
@ Malaysia
|
#393
|
|
2010-05-15
, 09:53
|
Posts: 105 |
Thanked: 23 times |
Joined on Nov 2009
|
#394
|
|
2010-05-15
, 10:02
|
|
Posts: 502 |
Thanked: 4,475 times |
Joined on Feb 2010
@ Finland
|
#395
|
i do have abit of issue with mypaint. while i see mypaint should have those bar for "file" "edit" etc etc.. i dont have that. when i open that app, i only start with a new file.. and thats it.
The Following User Says Thank You to Creativetone For This Useful Post: | ||
|
2010-05-15
, 11:23
|
|
Posts: 1,161 |
Thanked: 1,707 times |
Joined on Jan 2010
@ Denmark
|
#396
|
The Following 3 Users Say Thank You to Dousan For This Useful Post: | ||
|
2010-05-15
, 11:45
|
Posts: 176 |
Thanked: 149 times |
Joined on Dec 2009
|
#397
|
|
2010-05-15
, 12:16
|
Posts: 28 |
Thanked: 6 times |
Joined on Jan 2010
|
#398
|
|
2010-05-15
, 14:51
|
Posts: 17 |
Thanked: 15 times |
Joined on May 2010
|
#399
|
Just add:
print event.get_axis(gtk.gdk.AXIS_X)
print event.get_axis(gtk.gdk.AXIS_Y)
at line 26
print "@(", int(event.get_axis(gtk.gdk.AXIS_X)), ",", print int(event.get_axis(gtk.gdk.AXIS_Y)), ") p =",
The Following 3 Users Say Thank You to witchole For This Useful Post: | ||
|
2010-05-15
, 15:08
|
|
Posts: 1,161 |
Thanked: 1,707 times |
Joined on Jan 2010
@ Denmark
|
#400
|
Would it be possible to have both menus? If it's too much work don't bother, but I think it might help if people have both choices instead of having to make a blank file.
The Following User Says Thank You to Dousan For This Useful Post: | ||
But can't anyone come up with a better version of that pressure.py program - maybe at least logging the co-ordinates of each press as well as the pressure?