[Bf-committers] CVS commit: blender/source/blender/include BSE_editipo.h blender/source/blender/src editaction.c editipo.c editnla.c

Chris Want bf-committers@blender.org
Thu, 30 Jan 2003 07:19:49 +0100 (CET)


hos (Chris Want) 2003/01/30 07:19:49 CET

  Modified files:
    blender/source/blender/include BSE_editipo.h 
    blender/source/blender/src editaction.c editipo.c editnla.c 
  
  Log:
  Extra selection support for the action window, including:
    - border select initiated in the channel names border
      selects the channels and constraint channels.
    - right click or border select initiated in the horizontal
      scroll causes blender to select all keys for the selected
      frames.
    - right click or border select in the vertical scroll
      causes blender to select all keys for the channel or
      constraint channels that are to the left of the selection.
  
  Revision  Changes    Path
  1.8       +6 -1      blender/source/blender/include/BSE_editipo.h
  1.9       +441 -96   blender/source/blender/src/editaction.c
  1.6       +174 -27   blender/source/blender/src/editipo.c
  1.8       +32 -21    blender/source/blender/src/editnla.c