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

Ken Hughes khughes at pacific.edu
Fri Mar 24 22:56:30 CET 2006


khughes (Ken Hughes) 2006/03/24 22:56:29 CET

  Modified files:
    blender/source/blender/python/api2_2x Lattice.c NMesh.c 
  
  Log:
  Bugfix #3818:  nmesh.insertKey() was not letting Ipo space know to
  recalculate, causing a segfault when the curve was selected in the Ipo
  window.  lattice.insertKey() has similar code.  Added calls to
  allspace(REMAKEIPO,0) to correct this.
  
  Revision  Changes    Path
  1.21      +3 -1      blender/source/blender/python/api2_2x/Lattice.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Lattice.c.diff?r1=1.20&r2=1.21&cvsroot=bf-blender>
  1.114     +3 -1      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.113&r2=1.114&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list