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

Roland Hess rolandh at reed-witting.com
Wed Feb 21 17:48:36 CET 2007


harkyman (Roland Hess) 2007/02/21 17:48:36 CET

  Modified files:
    blender/source/blender/src header_ipo.c space.c 
  
  Log:
  When looking into code for centering the Ipo view on the current frame,
  it turned out it was already in there (center_currframe), and already
  had an event entry in the View menu. It only lacked an actual menu entry.
  
  Added the menu entry, along with hotkey Shift-C. Consistency with other
  window types would indicate it should be C-key, but that is already taken
  by what's probably an obscure curve edit mode function. With event refactor
  in the future, I'm loathe to start changing hotkeys ;)
  
  Revision  Changes    Path
  1.61      +2 -1      blender/source/blender/src/header_ipo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/header_ipo.c.diff?r1=1.60&r2=1.61&cvsroot=bf-blender>
  1.452     +4 -2      blender/source/blender/src/space.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/space.c.diff?r1=1.451&r2=1.452&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list