About treemaker
---------------
This the blender treemaker python script was originally written by
 Armagan Yavuz armaganyavuz@hotmail.com

The original homepage was:
http://www.geocities.com/blenderdungeon/lsystem/

This version has been modified by Guido Socher such that it runs without
problems under Linux.

The homepage of the Linux version is:
 http://home.linuxfocus.org/~guido

For Linux I included a fake time.py was included and random.random() was
changed to whrandom.random()

Tested with python-2.2 and blender 2.23, 2.25, 2.27

Copyright of the linux version: GPL

Installation
------------
1) Unpack the package and open the file lsystem_linux.blend in
blender.

2) Go to the blender prefernces screen and edit the python path
(see screen shot screen_pref.png)
Check with the command
rpm -qil python
where the python library is (probaly /usr/lib/python2.2)

3) save preferences with crtl-u under blender

4) start the treemaker by pressing alt-p in the Application.py
screen 

5) load one the supplied def files then press generate and
enjoy the trees (see screen shot screen_palm.png)

Documentation
-------------
The original documenation (the website 
http://www.geocities.com/blenderdungeon/lsystem/) is included
in the doc directory.

There you find also the time.py file which was added for Linux.
This file is just there for reference. It is already included
in lsystem_linux.blend so you don't need it.

History:
--------
Fri Jun 20 21:27:43 CEST 2003: version 0.1 for linux (based
                               on version 1.10 for windows).
