BPython:
- 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:
@@ -33,6 +33,7 @@ The Blender Python API Reference
|
||||
- L{Metaball}
|
||||
- L{NMesh}
|
||||
- L{Object}
|
||||
- L{Registry}
|
||||
- L{Scene}
|
||||
- L{Text}
|
||||
- L{Texture}
|
||||
|
||||
Reference in New Issue
Block a user