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

Campbell Barton cbarton at metavr.com
Wed Oct 4 19:06:29 CEST 2006


campbellbarton (Campbell Barton) 2006/10/04 19:06:29 CEST

  Modified files:
    blender/source/blender/python/api2_2x Mesh.c Mesh.h 
  
  Log:
  mesh.transform() was applying the inverted 4x4 matrix to the normals, without removing the translation part.
  iter with a char value did not allow for -1, my bad, using short now.
  
  Revision  Changes    Path
  1.88      +9 -8      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.87&r2=1.88&cvsroot=bf-blender>
  1.8       +3 -3      blender/source/blender/python/api2_2x/Mesh.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Mesh.h.diff?r1=1.7&r2=1.8&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list