[Bf-blender-cvs] CVS commit: blender/source/blender/src editaction.c

Ton Roosendaal ton at blender.org
Fri Apr 13 21:14:20 CEST 2007


ton (Ton Roosendaal) 2007/04/13 21:14:20 CEST

  Modified files:
    blender/source/blender/src editaction.c 
  
  Log:
  Error in commit from Jason for new action sub-channels: selecting keys  did
  not work anymore (mouse, bkey).
  
  Fix provided by Diego from Plumifiros.
  
  Important note: get_nearest_icu_key() requires to get an array as arg.
  Doing it like:
  
  float min, max; get_nearest_icu_key( , , , &min);
  
  is not reliable or correct.
  
  Revision  Changes    Path
  1.126     +7 -4      blender/source/blender/src/editaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editaction.c.diff?r1=1.125&r2=1.126&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list