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>2004-06-10 19:14:49 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2004-06-10 19:14:49 +0400
commita23c6a71da4feea2e036928d260630cb26854ab1 (patch)
tree21d3f9037043436de8b8d00d2d3ec561d69f4c7c /source/blender/python/api2_2x/doc/Blender.py
parenta6d077bae243eef5f8826b2c7b27bd297428d7d4 (diff)
- small updates to scripts and bpython docs, also fixed two warnings;
- added function Blender.sys.exists(path) to check if a given file exists; - forgot to mention: in my previous commit the blender.html file was also updated slightly.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Blender.py')
-rw-r--r--source/blender/python/api2_2x/doc/Blender.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/python/api2_2x/doc/Blender.py b/source/blender/python/api2_2x/doc/Blender.py
index aebbdc3c77a..6ab831f9336 100644
--- a/source/blender/python/api2_2x/doc/Blender.py
+++ b/source/blender/python/api2_2x/doc/Blender.py
@@ -21,7 +21,7 @@ The Blender Python API Reference
- L{Armature}
- L{Bone}
- - L{NLA} (new)
+ - L{NLA}
- L{BGL}
- L{Camera}
- L{Curve}
@@ -31,22 +31,22 @@ The Blender Python API Reference
- L{Ipo}
- L{Lamp}
- L{Lattice}
- - L{Library} (new)
+ - L{Library}
- L{Material}
- - L{Mathutils} (new)
+ - L{Mathutils}
- L{Metaball}
- L{NMesh}
- - L{Noise} (new)
+ - L{Noise}
- L{Object}
- L{Registry}
- L{Scene}
- - L{Render} (new)
+ - L{Render}
- L{Text}
- L{Texture}
- L{Types}
- L{Window}
- L{World}
- - L{sys<Sys>} (added time function)
+ - L{sys<Sys>}
Introduction:
-------------