|
2013-04-15
, 00:06
|
Posts: 215 |
Thanked: 348 times |
Joined on May 2011
|
#152
|
Ok, back to topic.
MyPaint-1.0 (and newer) is not yet possible. It needs newer gtk (and pygtk), which needs newer glib. And GTK might also be hard.
glib continue: http://talk.maemo.org/showthread.php?p=1155248
gcc continue: http://talk.maemo.org/showthread.php?p=1155398
The Following 4 Users Say Thank You to lonk For This Useful Post: | ||
|
2013-06-07
, 03:21
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#153
|
|
2013-06-07
, 05:00
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#154
|
Bump - Aapo, is new glibc (which, AIUI, works pretty well) only requiment for never MyPaint, or, never GTK is still roadblock?
|
2013-09-01
, 23:43
|
Posts: 535 |
Thanked: 598 times |
Joined on Apr 2011
@ Republic of the Philippines
|
#155
|
|
2013-09-02
, 01:36
|
Posts: 291 |
Thanked: 435 times |
Joined on Apr 2011
@ RO
|
#156
|
The Following 2 Users Say Thank You to SHARP66 For This Useful Post: | ||
|
2014-01-11
, 14:24
|
Posts: 291 |
Thanked: 435 times |
Joined on Apr 2011
@ RO
|
#157
|
|
2014-01-12
, 16:16
|
Posts: 291 |
Thanked: 435 times |
Joined on Apr 2011
@ RO
|
#158
|
The Following 5 Users Say Thank You to SHARP66 For This Useful Post: | ||
|
2014-01-12
, 17:26
|
Posts: 215 |
Thanked: 348 times |
Joined on May 2011
|
#159
|
Here is your XSheet Animation Branch for Mypaint
original source code http://www.graphicall.org/902
I made some modifications to work on maemo.
download,extract
in the zip file there is 3 folders
replace(copy) the content of the atached zip in the coresponding directory in home/opt/mypaint/share/mypaint.
backup the original for revert
save as avi will not work.
~ $ mypaint external python-simplejson confpath = /home/user/.mypaint/ /opt/mypaint/share/mypaint/gui/drawwindow.py:213: GtkWarning: AnimationMenu: missing action AnimationMenu tmp_menubar = self.app.ui_manager.get_widget('/PopupMenu') /opt/mypaint/share/mypaint/gui/drawwindow.py:213: GtkWarning: gtk_menu_item_get_submenu: assertion `GTK_IS_MENU_ITEM (menu_item)' failed tmp_menubar = self.app.ui_manager.get_widget('/PopupMenu') /opt/mypaint/share/mypaint/gui/drawwindow.py:213: GtkWarning: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed tmp_menubar = self.app.ui_manager.get_widget('/PopupMenu') /opt/mypaint/share/mypaint/gui/drawwindow.py:213: GtkWarning: gtk_menu_shell_insert: assertion `GTK_IS_MENU_SHELL (menu_shell)' failed tmp_menubar = self.app.ui_manager.get_widget('/PopupMenu')
The Following User Says Thank You to lonk For This Useful Post: | ||
|
2014-01-12
, 21:03
|
Posts: 291 |
Thanked: 435 times |
Joined on Apr 2011
@ RO
|
#160
|
I tried your files and not working for now, it seems theres a few lines missing in drawwindow.py:
~ $ mypaint
external python-simplejson
confpath = /home/user/.mypaint/
/opt/mypaint/share/mypaint/gui/layout.py:199: Warning: unable to set property `pixbuf' of type `GdkPixbuf' from value of type `gint'
self.main_window.show_all()
/opt/mypaint/share/mypaint/gui/main.py:68: Warning: unable to set property `pixbuf' of type `GdkPixbuf' from value of type `gint'
gtk.main()
/opt/mypaint/share/mypaint/gui/filehandling.py:231: Warning: unable to set property `pixbuf' of type `GdkPixbuf' from value of type `gint'
gtk.main_iteration(False)
Loaded from /home/user/MyDocs/MyPaint/ssss-009.png
so I modifyed the original 2 python files.
It is done by a biginer in python, but now I can move brushes
usage:
click on brush + SHIFT select to copy
click on brush + CTRL select to cut
click on brush + Fn select to paste
if you create a new brush group, first a brush to copy
must be selected, becouse you can not move
brush in empty group.
install:
replace txt with py and change it with the original
in home/opt/mypaint/share/mypaint/gui folder
Last edited by SHARP66; 2013-04-03 at 21:30.