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-07-12 22:21:07 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-07-12 22:21:07 +0400
commit6046d05a7e8960d1aabcd591782be20b7ffcad4f (patch)
tree67b86450fec29b85195007964a852263803b988d /source/blender/python/api2_2x/doc/Blender.py
parentc467b19c75d7a9ce4afb2d46566447414c92801e (diff)
Exppython:
- A few more changes to integrate the documentation: Instructions to build it with epydoc are on the file Blender.py.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Blender.py')
-rw-r--r--source/blender/python/api2_2x/doc/Blender.py15
1 files changed, 11 insertions, 4 deletions
diff --git a/source/blender/python/api2_2x/doc/Blender.py b/source/blender/python/api2_2x/doc/Blender.py
index 5847b6802d1..1f715993cc5 100644
--- a/source/blender/python/api2_2x/doc/Blender.py
+++ b/source/blender/python/api2_2x/doc/Blender.py
@@ -2,9 +2,11 @@
# 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.
+# command line:
+
+# epydoc -t Blender.py -n "Blender" --no-private --no-frames Blender.py \
+# Camera.py Lamp.py Material.py BGL.py Window.py Text.py Image.py NMesh.py \
+# Scene.py Draw.py Armature.py Types.py Curve.py Effect.py Ipo.py Metaball.py
"""
This is the main Blender module.
@@ -19,11 +21,16 @@ Blender Python
- L{Types}
- L{Scene}
+ - L{Object}
- L{NMesh}
- L{Material}
- - L{Armature}
- L{Camera}
- L{Lamp}
+ - L{Armature}
+ - L{Metaball}
+ - L{Effect}
+ - L{Curve}
+ - L{Ipo}
- L{BGL}
- L{Window}
- L{Draw}