- 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.
This commit is contained in:
2004-06-10 15:14:49 +00:00
parent a6d077bae2
commit a23c6a71da
8 changed files with 209 additions and 172 deletions

View File

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