[Bf-blender-cvs] CVS commit: blender/source/blender/include BSE_editaction.h BSE_editaction_types.h BSE_editipo.h blender/source/blender/makesdna DNA_key_types.h blender/source/blender/src drawaction.c drawipo.c editaction.c editipo.c editkey.c headerbuttons.c toolbox.c

Chris Want cwant at ualberta.ca
Mon Jul 21 01:04:15 CEST 2003


hos (Chris Want) 2003/07/21 01:04:15 CEST

  Modified files:
    blender/source/blender/include BSE_editaction.h 
                                   BSE_editaction_types.h 
                                   BSE_editipo.h 
    blender/source/blender/makesdna DNA_key_types.h 
    blender/source/blender/src drawaction.c drawipo.c editaction.c 
                               editipo.c editkey.c headerbuttons.c 
                               toolbox.c 
  
  Log:
  Support for using the action window as a tool for modifying
  (mesh or lattice) RVK IpoCurves: support currently includes:
  
  	- RVK sliders. Pressing the little triangle next to
  	  the word 'sliders' in the channel names opens them up.
  	- NKEY in the area where the key block names are allows the
  	  user to change the name of the keyblock, and the max and min
  	  values of the RVK sliders.
  	- ability to visualize the keyframes for the IpoCurves when
  	  the object is selected.
  	- right mouse can be used to select the keys
  	- border select in the main area can be used to border
  	  select keys.
  	- AKEY selects/deselects all of the keys
  	- GKEY and SKEY can be used to grab or scale the key
  	  selections.
  	- XKEY deletes the selected keys.
  	- DKEY duplicated the selected keys.
  	- VKEY, HKEY and shift-HKEY change the bezier handles for
  	  the selected keys.
  
  Please, please, please test!
  
  Revision  Changes    Path
  1.8       +6 -2      blender/source/blender/include/BSE_editaction.h
  1.6       +3 -2      blender/source/blender/include/BSE_editaction_types.h
  1.10      +5 -1      blender/source/blender/include/BSE_editipo.h
  1.6       +5 -2      blender/source/blender/makesdna/DNA_key_types.h
  1.5       +390 -85   blender/source/blender/src/drawaction.c
  1.9       +2 -2      blender/source/blender/src/drawipo.c
  1.15      +785 -87   blender/source/blender/src/editaction.c
  1.13      +2 -2      blender/source/blender/src/editipo.c
  1.5       +206 -3    blender/source/blender/src/editkey.c
  1.42      +17 -9     blender/source/blender/src/headerbuttons.c
  1.16      +4 -4      blender/source/blender/src/toolbox.c



More information about the Bf-blender-cvs mailing list