MyPaint Gelişmiş Resim İşleme Aracı

Başlatan özgürubuntu, 12 Kasım 2009 - 21:22:12

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

özgürubuntu

Blender ile yapılan 3 Boyutlu animasyonlara yavaş yavaş alışıyoruz; Elephant Dreams, YoFrankie!, Big Buck Bunny gibi.. Şimdi Durian adlı bir proje üzerinde çalışmalar sürüyor. Ortaya güzel bir eser çıkacağını umuyoruz.

Durian çizimlerinde MyPaint adlı bir resim işleme aracına rastladım. Sitenin ana sayfası : http://mypaint.intilinux.com/
Kurulumu şöyle ;
sudo apt-get install python-dev libglib2.0-dev python-numpy swig scons
wget http://download.gna.org/mypaint/mypaint-0.7.1.tar.bz2
tar -xvjf mypaint-0.7.1.tar.bz2
cd mypaint-0.7.1
sudo scons prefix=/usr/local install
rm -r mypaint-0.7.1*



Bende son komutta ;
liberty@liberty-laptop:~$ cd mypaint-0.7.1
liberty@liberty-laptop:~/mypaint-0.7.1$ rm -r mypaint-0.7.1*
rm: 'mypaint-0.7.1*' silinemedi: No such file or directory


hatası veriyor. Uygulamalar > Grafik yolundan MyPaint'i açtığımda da hata penceresi verip kapanıyor..

Kontrol edebilir misiniz?
Hata Penceresi Çıktısı ;
Traceback (most recent call last):
 File "/usr/local/share/mypaint/gui/tileddrawwidget.py", line 156, motion_notify_cb(self=<TiledDrawWidget object at 0xa33da2c (GtkDrawingArea at 0x96d4b90)>, widget=<TiledDrawWidget object at 0xa33da2c (GtkDrawingArea at 0x96d4b90)>, event=<gtk.gdk.Event at 0xa572110: GDK_MOTION_NOTIFY x=-4,00, y=-74,00>)
               pressure = self.pressure_mapping(pressure)
           self.doc.stroke_to(dtime, x, y, pressure)
 variables: {'y': ('local', -74.0), 'x': ('local', -4.0), 'dtime': ('local', 0.0080000000000000002), 'self.doc.stroke_to': ('local', <bound method Document.stroke_to of <lib.document.Document instance at 0xa30fe6c>>), 'pressure': ('local', inf)}
 File "/usr/local/share/mypaint/lib/document.py", line 120, stroke_to(self=<lib.document.Document instance at 0xa30fe6c>, dtime=0.0080000000000000002, x=-4.0, y=-74.0, pressure=inf)
           l.surface.begin_atomic()
           split = self.brush.stroke_to (l.surface, x, y, pressure, dtime)
           l.surface.end_atomic()
 variables: {'self.brush.stroke_to': ('local', <bound method Brush_Lowlevel.stroke_to of <lib.brush.Brush_Lowlevel; proxy of <Swig Object of type 'Brush *' at 0x97066e8> >>), 'pressure': ('local', inf), 'split': (None, None), 'l.surface': ('local', <lib.tiledsurface.Surface; proxy of <Swig Object of type 'TiledSurface *' at 0xa235330> >), 'y': ('local', -74.0), 'x': ('local', -4.0), 'dtime': ('local', 0.0080000000000000002)}
 File "/usr/local/share/mypaint/lib/mypaintlib.py", line 119, stroke_to(*args=(<lib.brush.Brush_Lowlevel; proxy of <Swig Object of type 'Brush *' at 0x97066e8> >, <lib.tiledsurface.Surface; proxy of <Swig Object of type 'TiledSurface *' at 0xa235330> >, -4.0, -74.0, inf, 0.0080000000000000002))
       def set_mapping_point(*args): return _mypaintlib.Brush_set_mapping_point(*args)
       def stroke_to(*args): return _mypaintlib.Brush_stroke_to(*args)
       def get_state(*args): return _mypaintlib.Brush_get_state(*args)
 variables: {'_mypaintlib.Brush_stroke_to': ('global', <built-in function Brush_stroke_to>), 'stroke_to': (None, None), 'args': ('local', (<lib.brush.Brush_Lowlevel; proxy of <Swig Object of type 'Brush *' at 0x97066e8> >, <lib.tiledsurface.Surface; proxy of <Swig Object of type 'TiledSurface *' at 0xa235330> >, -4.0, -74.0, inf, 0.0080000000000000002))}
OverflowError: in method 'Brush_stroke_to', argument 5 of type 'float'


Düzenleme : Konuyu yanlış yere açmışım, Yazılım Sorunları bölümünde olacaktı, yetkili arkadaş taşırsa sevinirim. kusura bakmayın dalgınlık

ironic

@özgürubuntu, istenilen bölüme konuyu taşıdım.

kahraman masa esat

Bilmiyorum yanlış mı anladım ama şurada deb paketi var.