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:
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}