[Bf-blender-cvs] CVS commit: blender/source/blender/include BIF_editaction.h blender/source/blender/src editaction.c header_action.c

Joshua Leung aligorith at gmail.com
Fri Nov 17 00:15:07 CET 2006


aligorith (Joshua Leung) 2006/11/17 00:15:06 CET

  Modified files:
    blender/source/blender/include BIF_editaction.h 
    blender/source/blender/src editaction.c header_action.c 
  
  Log:
  This commit adds some missing features to markers in action editor,
  and also fixes some further segfaults.
  
  Now it is possible to 'surf' (jump) to different markers. This is only
  possible through the hotkeys for this:
  * Page Up - Next Marker
  * Page Down - Previous Marker
  
  These hotkeys match the ones in the timeline. In order to do so,
  I've had to reassign two (rarely used/obscure) hotkeys:
  * 'Ctrl Page Up' is now move selected action channel up (was Page Up)
  * 'Ctrl Page Down' is no move selected action channel down (was Page Down)
  I should also mention here that
  * 'Shift Page Up' is move action channel to top
  * 'Shift Page Down' is move action channel to bottom
  
  Revision  Changes    Path
  1.17      +6 -4      blender/source/blender/include/BIF_editaction.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/BIF_editaction.h.diff?r1=1.16&r2=1.17&cvsroot=bf-blender>
  1.89      +102 -29   blender/source/blender/src/editaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editaction.c.diff?r1=1.88&r2=1.89&cvsroot=bf-blender>
  1.48      +15 -14    blender/source/blender/src/header_action.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/header_action.c.diff?r1=1.47&r2=1.48&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list