[Bf-committers] CVS commit: blender/source/blender/python/api2_2x Armature.c Armature.h Bone.c Bone.h Blender.c Curve.c Curve.h Makefile.am NMesh.c NMesh.h modules.h

Willian Padovani Germano bf-committers@blender.org
Thu, 29 May 2003 06:00:41 +0200 (CEST)


ianwill (Willian Padovani Germano) 2003/05/29 06:00:41 CEST

  Modified files:
    blender/source/blender/python/api2_2x Blender.c Curve.c 
                                          Curve.h Makefile.am 
                                          NMesh.c NMesh.h 
                                          modules.h 
  Added files:
    blender/source/blender/python/api2_2x Armature.c Armature.h 
                                          Bone.c Bone.h 
  
  Log:
  * 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().
  
  Revision  Changes    Path
  1.16      +1 -2      blender/source/blender/python/api2_2x/Blender.c
  1.3       +152 -85   blender/source/blender/python/api2_2x/Curve.c
  1.3       +73 -53    blender/source/blender/python/api2_2x/Curve.h
  1.15      +4 -0      blender/source/blender/python/api2_2x/Makefile.am
  1.4       +57 -1     blender/source/blender/python/api2_2x/NMesh.c
  1.4       +7 -0      blender/source/blender/python/api2_2x/NMesh.h
  1.14      +9 -3      blender/source/blender/python/api2_2x/modules.h