Notices


Reply
Thread Tools
Posts: 291 | Thanked: 435 times | Joined on Apr 2011 @ RO
#151
I was not able to drag brushes in Mypaint 0.9.1
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
Attached Files
File Type: txt pixbuflist.txt (5.6 KB, 120 views)
File Type: txt brushselectionwindow.txt (16.0 KB, 126 views)

Last edited by SHARP66; 2013-04-03 at 21:30.
 

The Following 4 Users Say Thank You to SHARP66 For This Useful Post:
Posts: 215 | Thanked: 348 times | Joined on May 2011
#152
Originally Posted by AapoRantalainen View Post
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
hey, I was wondering if this is still an issue? (is newer glib still too unstable or other programming problems?)

pandora users have ported version 1.0 (but not 1.1)
 

The Following 4 Users Say Thank You to lonk For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#153
Bump - Aapo, is new glibc (which, AIUI, works pretty well) only requiment for never MyPaint, or, never GTK is still roadblock?
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following 2 Users Say Thank You to Estel For This Useful Post:
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#154
Originally Posted by Estel View Post
Bump - Aapo, is new glibc (which, AIUI, works pretty well) only requiment for never MyPaint, or, never GTK is still roadblock?
GTK is roadblock. And maybe python (2.7 is going to better). And then pygtk.

Is there already some discussion about newer gtk, it is little of topic on here.
 

The Following 3 Users Say Thank You to AapoRantalainen For This Useful Post:
Posts: 535 | Thanked: 598 times | Joined on Apr 2011 @ Republic of the Philippines
#155
How do I get out of full screen mode in mypaint? Full-screen is F11...
 
Posts: 291 | Thanked: 435 times | Joined on Apr 2011 @ RO
#156
you can reassign any key to any menu
select the full screen menu and press the desired key same time
 

The Following 2 Users Say Thank You to SHARP66 For This Useful Post:
Posts: 291 | Thanked: 435 times | Joined on Apr 2011 @ RO
#157
when you try to open a pic in Mypaint to navigate in the file system, it is hard because the picture stay in front of the second navigation panel even if there is no picture selected.

I just changed the open file menu dialog.
now just tap the picture instead of the OK button to open the selected file.

unzip and change with the original in
home/opt/mypaint/share/mypaint/gui
Attached Images
  
Attached Files
File Type: zip filehandling.zip (5.8 KB, 80 views)

Last edited by SHARP66; 2014-01-11 at 14:32.
 

The Following 4 Users Say Thank You to SHARP66 For This Useful Post:
Posts: 291 | Thanked: 435 times | Joined on Apr 2011 @ RO
#158
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.


edit: updated version

http://talk.maemo.org/showthread.php...21#post1406421
Attached Images
 
Attached Files
File Type: zip mypaint_animation.zip (50.9 KB, 86 views)

Last edited by SHARP66; 2014-01-14 at 19:29.
 

The Following 5 Users Say Thank You to SHARP66 For This Useful Post:
Posts: 215 | Thanked: 348 times | Joined on May 2011
#159
Originally Posted by SHARP66 View Post
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.
great work! I wanted to do something like that (but on an older xsheet version), and appo directed me to the files I had to edit, but I don't have the programming skills to know what to change.

I tried your files and not working for now, it seems theres a few lines missing in drawwindow.py:


Code:
~ $ 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:
Posts: 291 | Thanked: 435 times | Joined on Apr 2011 @ RO
#160
Originally Posted by lonk View Post
I tried your files and not working for now, it seems theres a few lines missing in drawwindow.py:
thanks Ionk !
Apologize for wasting your time
I updated that zip with the modified drawwindow.py .
Now should work.
Still have some saving problems.

I can' figure-it out what is this error?
I see no problems in functioning.

PHP Code:
~ $ mypaint
external python
-simplejson
confpath 
= /home/user/.mypaint/
/
opt/mypaint/share/mypaint/gui/layout.py:199Warningunable to set property `pixbuf' of type `GdkPixbuf' from value of type `gint'
  
self.main_window.show_all()
/
opt/mypaint/share/mypaint/gui/main.py:68Warningunable to set property `pixbuf' of type `GdkPixbuf' from value of type `gint'
  
gtk.main()
/
opt/mypaint/share/mypaint/gui/filehandling.py:231Warningunable 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 

Last edited by SHARP66; 2014-01-13 at 00:05.
 

The Following 2 Users Say Thank You to SHARP66 For This Useful Post:
Reply

Tags
mypaint

Thread Tools

 
Forum Jump


All times are GMT. The time now is 13:54.