- local tentative fix for BLI_gethome(), which returns '.blender' appended only
    on some Windows systems.  Created bpymenu_gethome() to check and
    add '.blender' if needed.
- changed name: .Bpymenus to Bpymenus as suggested by GSR
- trivial additions:
    Object module: added methods .set/getSize
    Armature/Bone module: bone.set???() methods now accept both n
    floats or a list of n floats: fff or (fff).  All these additions were requested
    by user Carlos Lopez (Klopes).
- New doc: for module Registry.
This commit is contained in:
2004-01-23 02:59:54 +00:00
parent f237bb28bf
commit 5d8c7e4537
6 changed files with 221 additions and 30 deletions

View File

@@ -33,6 +33,7 @@ The Blender Python API Reference
- L{Metaball}
- L{NMesh}
- L{Object}
- L{Registry}
- L{Scene}
- L{Text}
- L{Texture}