Blender Git Loki
Git Commits -> Revision ac668ea
Revision ac668ea by Ken Hughes (master) October 4, 2005, 15:17 (GMT) |
Added Mesh.New() method; can now create new meshes within the module Changed Object.link() to allow link objects with both BPython-type meshes Changed Object.getData() to allow retrieving both types of BPython-type meshes Added new mesh types to Types module |
Commit Details:
Full Hash: ac668ea561bfc70e37079d9f0bf19c60803daa64
SVN Revision: 5444
Parent Commit: 772459f
Lines Changed: +130, -22
10 Modified Paths:
/source/blender/python/api2_2x/doc/Mesh.py (+9, -0) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+14, -5) (Diff)
/source/blender/python/api2_2x/doc/Types.py (+13, -3) (Diff)
/source/blender/python/api2_2x/Mesh.c (+55, -0) (Diff)
/source/blender/python/api2_2x/Mesh.h (+1, -0) (Diff)
/source/blender/python/api2_2x/NMesh.c (+1, -1) (Diff)
/source/blender/python/api2_2x/NMesh.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+20, -12) (Diff)
/source/blender/python/api2_2x/Types.c (+15, -0) (Diff)
/source/blender/python/api2_2x/Types.h (+1, -0) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+14, -5) (Diff)
/source/blender/python/api2_2x/doc/Types.py (+13, -3) (Diff)
/source/blender/python/api2_2x/Mesh.c (+55, -0) (Diff)
/source/blender/python/api2_2x/Mesh.h (+1, -0) (Diff)
/source/blender/python/api2_2x/NMesh.c (+1, -1) (Diff)
/source/blender/python/api2_2x/NMesh.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+20, -12) (Diff)
/source/blender/python/api2_2x/Types.c (+15, -0) (Diff)
/source/blender/python/api2_2x/Types.h (+1, -0) (Diff)