[Bf-blender-cvs] CVS commit: blender/source/blender/include BIF_editkey.h blender/source/blender/makesdna DNA_curve_types.h blender/source/blender/src drawaction.c editaction.c editkey.c

Joshua Leung aligorith at gmail.com
Wed Apr 25 13:57:03 CEST 2007


aligorith (Joshua Leung) 2007/04/25 13:57:03 CEST

  Modified files:
    blender/source/blender/include BIF_editkey.h 
    blender/source/blender/makesdna DNA_curve_types.h 
    blender/source/blender/src drawaction.c editaction.c editkey.c 
  
  Log:
  == Action Editor ==
  
  In the Action Editor, sliders are now drawn beside IPO-Curve and Constraint Channels and for the active Action Channel when the 'Show Sliders' option in the View menu is turned on. This behaves like for shapekeys.
  
  You can change the limits of the sliders by either Ctrl-Clicking or NKEY over the
  name of the relevant IPO-Curve channel.
  
  Also, documented the IPO-curve struct a bit. There are a few variables there that
  I'm not sure what they are used for.
  
  Revision  Changes    Path
  1.9       +7 -2      blender/source/blender/include/BIF_editkey.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/BIF_editkey.h.diff?r1=1.8&r2=1.9&cvsroot=bf-blender>
  1.30      +13 -12    blender/source/blender/makesdna/DNA_curve_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_curve_types.h.diff?r1=1.29&r2=1.30&cvsroot=bf-blender>
  1.53      +183 -17   blender/source/blender/src/drawaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawaction.c.diff?r1=1.52&r2=1.53&cvsroot=bf-blender>
  1.129     +23 -15    blender/source/blender/src/editaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editaction.c.diff?r1=1.128&r2=1.129&cvsroot=bf-blender>
  1.35      +3 -2      blender/source/blender/src/editkey.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editkey.c.diff?r1=1.34&r2=1.35&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list