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

Joshua Leung aligorith at gmail.com
Fri May 4 13:35:41 CEST 2007


aligorith (Joshua Leung) 2007/05/04 13:35:40 CEST

  Modified files:
    blender/source/blender/src header_view3d.c space.c toolbox.c 
  
  Log:
  Curves in Editmode:
  
  HKEY and Shift HKEY are used to change the handle type of curve control points in the IPO and Action Editors, and also for curves in the 3d view until recently.
  
  This commit reverses the hotkey changes in:
  http://projects.blender.org/pipermail/bf-blender-cvs/2007-May/009879.html
  
  For curves, I've changed the show/hide points hotkeys to:
  * Ctrl Alt HKEY  == Hide Point(s)
  * Alt HKEY == Show All Points
  
  These aren't optimal, but at least there are usable hotkeys for this for now. Before, there had been a long-standing hotkey conflict. Better hotkeys can be designed as part of 2.5 work.
  
  Revision  Changes    Path
  1.233     +3 -3      blender/source/blender/src/header_view3d.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/header_view3d.c.diff?r1=1.232&r2=1.233&cvsroot=bf-blender>
  1.482     +6 -4      blender/source/blender/src/space.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/space.c.diff?r1=1.481&r2=1.482&cvsroot=bf-blender>
  1.166     +2 -2      blender/source/blender/src/toolbox.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/toolbox.c.diff?r1=1.165&r2=1.166&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list