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-28 11:38:21 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-06-28 11:38:21 +0400
commiteaf1cdd3836aa425e3dc6f1a11d4556bd7e3e876 (patch)
treefe8e701c3e3daa38749b78238858edbbbfea1f91 /source/blender/python/api2_2x/doc/Blender.py
parent569a32a2ea3a1992eaeaa5dc0256c48e8a053fbd (diff)
- More renaming all around to follow our conventions
- Implemented partially Blender.Sys - Worked on issues related to sys, path - Took away most "debug" printfs
Diffstat (limited to 'source/blender/python/api2_2x/doc/Blender.py')
-rw-r--r--source/blender/python/api2_2x/doc/Blender.py30
1 files changed, 22 insertions, 8 deletions
diff --git a/source/blender/python/api2_2x/doc/Blender.py b/source/blender/python/api2_2x/doc/Blender.py
index b2f96de066a..0ece60bdb50 100644
--- a/source/blender/python/api2_2x/doc/Blender.py
+++ b/source/blender/python/api2_2x/doc/Blender.py
@@ -7,16 +7,30 @@
# Blender.py Camera.py Lamp.py BGL.py etc.
"""
-Here goes the Introduction to Blender Python
+This is the main Blender module.
+
+Blender Python
+==============
+
+ Submodules:
+ -----------
+
+ - L{Camera}
+ - L{Lamp}
+ - L{BGL}
+ - L{Window}
+ - L{Text}
+
+ Introduction:
+ -------------
+ - What scripting is, why have it
+ - 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
-Let's see::
- - What scripting is, why have it
- - 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
@author: The Blender Python Team
-@requires: Blender 2.28 or newer, Python 2.? (2.0, 2.1, 2.2 ???) or newer
+@requires: Blender 2.28 or newer.
@version: 0.1
@see: U{www.blender.org<http://www.blender.org>}
@see: U{projects.blender.org<http://projects.blender.org>}