[Bf-blender-cvs] CVS commit: blender/source/blender/include BDR_drawaction.h blender/source/blender/src drawaction.c drawnla.c resources.c usiblender.c

Joshua Leung aligorith at gmail.com
Fri Dec 15 06:51:53 CET 2006


aligorith (Joshua Leung) 2006/12/15 06:51:53 CET

  Modified files:
    blender/source/blender/include BDR_drawaction.h 
    blender/source/blender/src drawaction.c drawnla.c resources.c 
                               usiblender.c 
  
  Log:
  == Action Editor - 'Long' Keyframes ==
  
  When animating, it is often useful to be able to visually see where the
  'pauses' are between keyframes. Long keyframes do this - linking two
  keyframes in the same channel together.
  
  Long keyframes are only drawn when the two keyframes have the exact
  same values. This has to happen for every ipo-curve represented by the
  keyframes shown for a long keyframe to be drawn.
  
  I've added two new theme colours for the action editor. They are for
  the selected and deselected colours of the long keyframes (currently
  defaulted to be the same as the NLA strip selection colours).
  
  Revision  Changes    Path
  1.8       +28 -5     blender/source/blender/include/BDR_drawaction.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/BDR_drawaction.h.diff?r1=1.7&r2=1.8&cvsroot=bf-blender>
  1.43      +145 -146  blender/source/blender/src/drawaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawaction.c.diff?r1=1.42&r2=1.43&cvsroot=bf-blender>
  1.38      +3 -3      blender/source/blender/src/drawnla.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawnla.c.diff?r1=1.37&r2=1.38&cvsroot=bf-blender>
  1.62      +3 -1      blender/source/blender/src/resources.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/resources.c.diff?r1=1.61&r2=1.62&cvsroot=bf-blender>
  1.132     +14 -1     blender/source/blender/src/usiblender.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/usiblender.c.diff?r1=1.131&r2=1.132&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list