graphical blog 2

28 October, 2008

Pencil usage - 1: files

Filed under: Pencil, Tutorial in french, animation — Administrator @

Sorry, this entry is only available in Français.

28 October, 2008

Install Pencil on GNU/Linux

Filed under: Pencil, English tutorial, Tutorial in french, animation, eeePC — Administrator @

Pencil, I alread described here, is a wonderful animation tool.

I created a eeePC-701/Xandros binary of Pencil-0.4.3b (mirror), this piece of software should need preinstalling libming-0 and libqt4:
sudo apt-get install libming-0 libqt4
And have to be uncompressed using:
bunzip2 Pencil-0.4.3b.xandros.eeepc701.bz2
then launch it…

To compile the last SVN version, on Ubuntu-64 (there still isn’t any package), there is to install packeges libqt4-dev, libqt4-opengl-dev libming0 and libming-dev:
sudo apt-get install libming-0 libming-dev libqt4-dev

Then (on ubuntu-64 as on other distrib without pre-existing binary):
svn co https://pencil-planner.svn.sourceforge.net/svnroot/pencil-planner pencil-planner
then in the directory itself:
With ubuntu (and some other distro?):
qmake-qt4
More generaly on my LFS for example):
qmake
then (on any distro):
make
A Pencil binary (with a uppercase P) sould be created, you just have to copy it where you want (bin directory or your home directory) and execute it, no other files needed.

16 September, 2008

(Français) Les histoires d’Afanti

Filed under: animation, chinese culture, comic strip, raw text — Administrator @

Sorry, this entry is only available in Français.

10 February, 2008

Pencil and xcb_xlib_lock: Assertion `!c->xlib.lock’ failed.

Filed under: Pencil, English tutorial, animation, software developement — Administrator @

After a try on Xubuntu (the light desktop XFCE version of Ubuntu) of Pencil Gnu GPL licensed animation software (for GNU/Linux, Mac OSX and clone of Wine including MS version called something like ixpi).
,

Pencil is a young but really good application for animation. It’s mainly oriented to traditional drawing animation, but can be used for other things.
Features :
* multilayer (several bitmap layers (on demand), several vector layers (on demand), one(SVN include several) camera layer, SVN include sound layers)
* pan, zoom, rotate of the view (allowing drawing on a rotated canvas) objects and camera
* tablet pen pressure management for drawing (on pencil, brush and dip pen).
* onionskin for the pleasure of animators :)
* import of bitmaps (and SVG vector format as bitmap).
* export as MOV, only on Mac and perhaps wine clones)
* export frame by frame png (with transparency) or opaque jpeg, this should be reopened easily with Gimp Animation Package or assembled in a movie with mencoder (in mplayer project) and transcode.
* export as SWF movie (my test was not really good, only vector part worked perfectly in svn version, with libming version 0.4.0.beta5)
* timeline with keying of layers objects
* interpolation of camera movements
* palette management (GPL gimp/Inkscape/Agave palette format isn’t managed for now)

Update : The following described problem was due to libXi < 1.1.3, you can easily correct this by installing libXi-1.1.3 (lib) and the dependence inputproto >= 1.4 (proto), the last one are on x.org mirrors, go to individual subdir and then the lib or proto subdirs to get these versions. Upgrade only these two libs works with x.org 7.2

I really liked it, then tried to compile it on my main Linux From Scratch production computer, the compilation works perfectly, but sadly, when I tried to launch it on my LFS box, I obtained the following error:

Pencil: xcb_xlib.c:41: xcb_xlib_lock: Assertion `!c->xlib.lock' failed.
Aborted

This is a common problem on xlib coded application, that yet aren’t tested on libxcb_xlib systems. XCB is a replacement of Xlib on X11 graphic interface, that allow faster access to graphical ressources a better way. XlibXcb is a wrapper to Xlib, allowing application coded for xlib to take transparently benefits of the new xcb architectures. But there is still some software that aren’t compatible, due to some light errors on (un)locking.

Some GNU/Linux distro patched libxcb to automatically pass this or doesn’t install xcb_xlib wrapper to avoid errors.
Some other have patched it with an environment variable to set to avoid the bug:

export LIBXCB_ALLOW_SLOPPY_LOCK=1
launch_your_application

Else the main two possible errors, for not corrected applications are:
xcb_xlib.c:41: xcb_xlib_lock: Assertion `!c->xlib.lock' failed.
xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.

More information on this Debian-devel message:
http://lists.debian.org/debian-devel-announce/2006/11/msg00010.html

The libxcb patch proposed in Linux from scratch with LIBXCB_ALLOW_SLOPPY_LOCK settable variable.

I don’t have only the bug only with Pencil, but with few other applications:
xsetwacom (from linuxwacom project) and few other. Searching on Google, at least some release of Sun implementation of Java suffer the same bug.

I hop this will help some people using those application and having bug to find a mean to avoid it until these application are patched.

28 January, 2008

pig animation

Filed under: Gimp, animation, drawing, painting, test — Administrator @

englishThe animatic was made with paper and pencil on lighting table.
The background is quick acrylic painting.
The whole is scanned/assembled with Gimp Animation Package (GAP), then the pig is coloried with gimp tools with GAP.
This was done in june 2007

capture de la vidéo de test du cochon

Click on the picture to download/view the animation (XviD format)

Pencil

free and open source animation tools now works on Linux/Mac/Wine there is even an Ubuntu package on the Pencil site. I don’t understand everything (how to move object/camera/vector graphics ?), but it looks good and doesn’t crash ;). Graphic tablet pressure is well supported (even via X11 remote network display :) ).

Older Posts »

Powered by WordPress