MyPaint
I'm no longer offer git build of mypaint from 1.0 onward please use build environment below
Build instruction for Windows (there is a build environment package too)
Now Mypaint support localisation, In case you want to help us by becoming translator.
Install Instruction:
- download and install 7-zip
here (you may also use recent WinRAR)
- download your preferred git version archive, and extract to somewhere e.g C:\mypaint-210908
- double click on mypaint.exe
- to hack MyPaint just extract library.zip to somewhere, edit py files (inside gui & lib folder) once you done, zip it again as library.zip
- report to
http://gna.org/bugs/?group=mypaint if you found bug
note:
don't extract this archive over your stable version folder (official build).
Tablet Problem
When you want to report bug, please be specific about windows version, tablet's product name and if possible the driver version. A screenshot will be helpful, also visit
mypaint forum first just in case someone have the workaround for you.
Git build archive (dd-mm-yy) :
Since version 0.7.1:
mypaint-git-130110.7z
mypaint-git-271209X.7z
mypaint-git-111109-portnov.7z
mypaint-git-260909-portnov.7z
mypaint-git-300809.7z
Since version 0.8.0:
mypaint-git-021010.7z
mypaint-git-130710.7z
mypaint-git-260610.7z
mypaint-git-040410.7z
mypaint-git-160310-wacom.7z [w/ updated wacom driver]
mypaint-git-060210P.exe
mypaint_0.8RC.7z [SSE2 Optimized]
Since version 0.9.0:
mypaint 0.9.0rc1P.7z
mypaint-git-071210P.7z
mypaint-git-170111.7z [pen hotkey mapping]
mypaint-0.9.1P.7z [Portable with brushpack]
mypaint-git-061111.7z [revision 2]
MyPaint 1.0.0 released!
Download at
http://mypaint.intilinux.com/?page_id=6 (if you can't launch mypaint at startup please re-download)
Troubleshoot:
Recover corupted ora file. This is unlikely happen in version 0.8 as the bug (also windows-specific) that cause it is already fixed. So just in case this happened to you, keep in mind that ora is a zipped container of individual PNGs (each layer) which arrangement is ruled by xml file. Thus you could examine the content of ora file (even the corrupted) using your archiver (mine is 7-zip) by just use open with.. and choose 7-zip manager. Inside, you will see "data" folder (contain individual PNGs), mimetype (a descriptor) and stack.xml (probably missing on corrupted file). You may extract your PNG files or even reproduce stack.xml and resave it from 7-zip. FYI a normal ora also contain [Thumbnails] folder which contain a small preview file (intended to be shown in filemanager but not explorer).
MyPaint is based on python (interpreted language). If you know about it, feel free to experiment with its source code. To do this, extract library.zip (make a backup first) to somewhere, inside it you will find mypaint source code under "brushlib", "gui" and "lib" folders. Once you done editing py files, save your work and zip it again as library.zip overwrite older library.zip and try your new MyPaint.