[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x NMesh.c Mesh.c blender/source/blender/python/api2_2x/doc Mesh.py

Ken Hughes khughes at pacific.edu
Thu Jan 19 16:48:56 CET 2006


khughes (Ken Hughes) 2006/01/19 16:48:56 CET

  Modified files:
    blender/source/blender/python/api2_2x NMesh.c Mesh.c 
    blender/source/blender/python/api2_2x/doc Mesh.py 
  
  Log:
  ===Python API===
  Bugfix #3660:  NMesh.getVertexInfluences() was broken following the changes
  to the armature system.  Tron Thomas (kudos) came up with a fix that seems
  to perform identically to the old method.  I'm also adding it to the Mesh
  module for compatibility.
  
  Revision  Changes    Path
  1.109     +33 -49    blender/source/blender/python/api2_2x/NMesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/NMesh.c.diff?r1=1.108&r2=1.109&cvsroot=bf-blender>
  1.35      +51 -10    blender/source/blender/python/api2_2x/Mesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Mesh.c.diff?r1=1.34&r2=1.35&cvsroot=bf-blender>
  1.17      +10 -0     blender/source/blender/python/api2_2x/doc/Mesh.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Mesh.py.diff?r1=1.16&r2=1.17&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list