-
- Downloads
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.
Showing
- source/blender/python/BPY_menus.c 28 additions, 6 deletionssource/blender/python/BPY_menus.c
- source/blender/python/BPY_menus.h 1 addition, 1 deletionsource/blender/python/BPY_menus.h
- source/blender/python/api2_2x/Bone.c 51 additions, 22 deletionssource/blender/python/api2_2x/Bone.c
- source/blender/python/api2_2x/Object.c 45 additions, 1 deletionsource/blender/python/api2_2x/Object.c
- source/blender/python/api2_2x/doc/Blender.py 1 addition, 0 deletionssource/blender/python/api2_2x/doc/Blender.py
- source/blender/python/api2_2x/doc/Registry.py 95 additions, 0 deletionssource/blender/python/api2_2x/doc/Registry.py
Please register or sign in to comment