February 2006 Archives

02.26.2006 20:09

MEL L-system Tree Creator

L-system-TreeCreator.mel

This is what I did for these tree weeks. Thanks Ryan Hurd, Sungman Pyun and Professor Malcolm Kesson.


This playblast shows the idea of using maya expression.

Posted by Wesly Chu | Permanent Link | Categories: Linux Script Note, MEL script

02.02.2006 02:24

Tip for install Wacom tablet

After helping my friend to install an Intuos tablet, I found I must make sure where the device points to (/dev/input/event0 or others). So... Here are some tips. 1. Read the Howto in Linux Wacom web site 2. check the "Handlers" of the input device with

more /proc/bus/input/devices
3. Modify the /etc/X11/xorg.conf

-----

Posted by Wesly Chu | Permanent Link | Categories: Linux Note