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>2005-08-01 07:06:24 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2005-08-01 07:06:24 +0400
commitf6ff9ec608df550b10fa94ddc1f9cd010e5a8e8a (patch)
treefd02b9d052242ec962d8e5943c960ed79e3803f4 /source/blender/python/api2_2x/doc/API_intro.py
parent3f9d13c119af83762baf7f526cfccfa412972525 (diff)
Scripts updated:
- Jean-Michel Soler: 1) paths import -- ai module; 2) tex2uvbaker; - Campbell Barton: obj exporter. BPython: - Campbell also provided a patch (+docs) to add shader data access to Blender.Material. Again, thanks guys and sorry for the long delay.
Diffstat (limited to 'source/blender/python/api2_2x/doc/API_intro.py')
-rw-r--r--source/blender/python/api2_2x/doc/API_intro.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/source/blender/python/api2_2x/doc/API_intro.py b/source/blender/python/api2_2x/doc/API_intro.py
index 813770a1b65..876c39b36b3 100644
--- a/source/blender/python/api2_2x/doc/API_intro.py
+++ b/source/blender/python/api2_2x/doc/API_intro.py
@@ -9,43 +9,43 @@ The Blender Python API Reference
Top Module:
-----------
- - L{Blender} (*)
+ - L{Blender}
Submodules:
-----------
- - L{Armature}
+ - L{Armature} (broken, needs rewrite)
- L{Bone}
- L{NLA}
- L{BGL}
- - L{Camera} (*)
- - L{Curve} (*)
- - L{Draw} (*)
+ - L{Camera}
+ - L{Curve}
+ - L{Draw}
- L{Effect}
- - L{Image} (*)
- - L{Ipo} (*)
+ - L{Image}
+ - L{Ipo}
- L{Lamp}
- L{Lattice}
- L{Library}
- - L{Material}
+ - L{Material} (*)
- L{Mathutils} (*)
- L{Metaball}
- L{NMesh} (*)
- L{Noise}
- L{Object} (*)
- - L{Registry} (*)
- - L{Scene} (*)
+ - L{Registry}
+ - L{Scene}
- L{Radio}
- L{Render}
- L{Sound}
- L{Text}
- - L{Text3d} (new)
- - L{Font} (new)
+ - L{Text3d}
+ - L{Font}
- L{Texture}
- L{Types}
- L{Window}
- L{Theme}
- L{World}
- - L{sys<Sys>} (*)
+ - L{sys<Sys>}
Additional information:
-----------------------