[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern key.c

Ken Hughes khughes at pacific.edu
Sun Nov 19 07:07:24 CET 2006


khughes (Ken Hughes) 2006/11/19 07:07:24 CET

  Modified files:
    blender/source/blender/blenkernel/intern key.c 
  
  Log:
  Animation system:
  
  Bugfix #5027: Deleting Shape key sometimes caused corruption to Ipo curves.
  sort_key() was moving key but not resorting adrcodes for keys and Ipo curves.
  
  Also changed behavior of sort_key() so that it only resorts one key; all the
  places which currently call it only do so after changing one key (the
  previous code was moving the key one location at a time through the keyblock
  list).
  
  Revision  Changes    Path
  1.23      +60 -15    blender/source/blender/blenkernel/intern/key.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/key.c.diff?r1=1.22&r2=1.23&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list