Blender Git Commit Log
Git Commits -> Revision b13c070
Revision b13c070 by Willian Padovani Germano (master) May 29, 2003, 04:00 (GMT) |
* Module Curve updated: Jacques Guignot (guignot) sent updated files for his Curve module. * Module Armature (and its submodule Bone) added: Jordi Rovira i Bonet (bandoler) contributed both modules, which are NEW additions to Blender Python, not available in Blender 2.27. * Added function to NMesh.c: Jordi again. He added the function NMesh_getVertexInfluence(). |
Commit Details:
Full Hash: b13c0705d35148eb594ad34d7f6dcb02ab31b8a6
SVN Revision: 841
Parent Commit: ed928b5
Lines Changed: +1647, -145
4 Added Paths:
/source/blender/python/api2_2x/Armature.c (+394, -0) (View)
/source/blender/python/api2_2x/Armature.h (+168, -0) (View)
/source/blender/python/api2_2x/Bone.c (+731, -0) (View)
/source/blender/python/api2_2x/Bone.h (+54, -0) (View)
/source/blender/python/api2_2x/Armature.h (+168, -0) (View)
/source/blender/python/api2_2x/Bone.c (+731, -0) (View)
/source/blender/python/api2_2x/Bone.h (+54, -0) (View)
6 Modified Paths:
/source/blender/python/api2_2x/Blender.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Curve.c (+152, -85) (Diff)
/source/blender/python/api2_2x/Curve.h (+74, -54) (Diff)
/source/blender/python/api2_2x/modules.h (+9, -3) (Diff)
/source/blender/python/api2_2x/NMesh.c (+57, -1) (Diff)
/source/blender/python/api2_2x/NMesh.h (+7, -0) (Diff)
/source/blender/python/api2_2x/Curve.c (+152, -85) (Diff)
/source/blender/python/api2_2x/Curve.h (+74, -54) (Diff)
/source/blender/python/api2_2x/modules.h (+9, -3) (Diff)
/source/blender/python/api2_2x/NMesh.c (+57, -1) (Diff)
/source/blender/python/api2_2x/NMesh.h (+7, -0) (Diff)