Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-06-25 08:38:38 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-06-25 08:38:38 +0400
commitdd8f2166916844eb8b8013fa78931b3f671fe9f5 (patch)
treea3f0c8e4d25f5147087fcd4a97f8cbc89450ac36 /source/blender/python/api2_2x/doc/Blender.py
parent06ee04fb05ff58e6e0a781b64100825ba7358f19 (diff)
* Documentation and a simple test for BGL.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Blender.py')
-rw-r--r--source/blender/python/api2_2x/doc/Blender.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Blender.py b/source/blender/python/api2_2x/doc/Blender.py
index cea2d0923bf..b2f96de066a 100644
--- a/source/blender/python/api2_2x/doc/Blender.py
+++ b/source/blender/python/api2_2x/doc/Blender.py
@@ -1,11 +1,17 @@
# The Blender Module
+# The module files in this folder are used to create the API documentation.
+# Doc system used: epydoc - http://epydoc.sf.net
+# command line: epydoc -t Blender.py -n "Blender" --no-private MODULES
+# where MODULES is a list of all such modules in this folder, like:
+# Blender.py Camera.py Lamp.py BGL.py etc.
+
"""
Here goes the Introduction to Blender Python
Let's see::
- What scripting is, why have it
- - What is Python, links
+ - What Python is, links
- More about what scripting can give us
- Overview of the Blender Python modules
- Links to Blender, Blender Python, later: script lists