[Bf-blender-cvs] CVS commit: blender/source/blender/src drawaction.c editaction.c editipo.c edittime.c header_ipo.c

Joshua Leung aligorith at gmail.com
Sat May 5 06:46:49 CEST 2007


aligorith (Joshua Leung) 2007/05/05 06:46:48 CEST

  Modified files:
    blender/source/blender/src drawaction.c editaction.c editipo.c 
                               edittime.c header_ipo.c 
  
  Log:
  Quite a few bugfixes:
  
  * Constraint sliders in Action Editor didn't update buttons window
  
  * Homekey in IPO Editor didn't respect scaling.
  
  * With Preview Range set, using the SKEY and EKEY hotkeys in the Timeline
  to change the extents of it, resulted to the NLA editor not being
  refreshed. (Note: I haven't actually seen this happening)
  
  * Keyframing options 'Avail' and 'Needed' didn't work for Objects
  when they had an ObAction. The problem was that the code assumed
  that the object had an ipo-block associated with it, but that is
  not the case when you have an Object Action for that object.
  
  Revision  Changes    Path
  1.55      +2 -1      blender/source/blender/src/drawaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawaction.c.diff?r1=1.54&r2=1.55&cvsroot=bf-blender>
  1.131     +21 -1     blender/source/blender/src/editaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editaction.c.diff?r1=1.130&r2=1.131&cvsroot=bf-blender>
  1.144     +15 -3     blender/source/blender/src/editipo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editipo.c.diff?r1=1.143&r2=1.144&cvsroot=bf-blender>
  1.35      +2 -4      blender/source/blender/src/edittime.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/edittime.c.diff?r1=1.34&r2=1.35&cvsroot=bf-blender>
  1.64      +12 -1     blender/source/blender/src/header_ipo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/header_ipo.c.diff?r1=1.63&r2=1.64&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list