[Bf-blender-cvs] CVS commit: blender/source/blender/include BSE_editipo.h blender/source/blender/src drawipo.c editaction.c editipo.c editipo_mods.c

Joshua Leung aligorith at gmail.com
Sat Apr 28 11:35:16 CEST 2007


aligorith (Joshua Leung) 2007/04/28 11:35:16 CEST

  Modified files:
    blender/source/blender/include BSE_editipo.h 
    blender/source/blender/src drawipo.c editaction.c editipo.c 
                               editipo_mods.c 
  
  Log:
  == IPO Editor - Scaled Curves for NLA-Strip Curves ==
  
  This commit resolves an issue dating back a few releases. When the IPO block being displayed in the IPO editor came from an Action being used as an Action Strip
  in the NLA editor, the keyframes in the IPO editor were not displayed in 'NLA-time'.
  
  There are however a number of things that still need work on so that they will play
  nicely with these changes. Having said that, the IPO editor is still generally stable
  for use (or should be). In case anything plays up, 'pin' the IPO view you're using
  to turn off these changes.
  
  This resolves Todo #4335.
  
  Known Issues:
  * When 'K' (show keys) mode is on, it doesn't work too too well yet. The display
   in such situations will be a bit confusing.
  * Pressing IKEY in the IPO editor (for inserting a keyframe on the current frame)
   also doesn't work too well yet. It will insert a keyframe on the wrong frame.
  * Transforms don't get any correction for scaling yet. This is only an issue when
   snapping transforms to the grid, or relying on the delta numbers printed in the
   header.
  
  Revision  Changes    Path
  1.34      +2 -2      blender/source/blender/include/BSE_editipo.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/BSE_editipo.h.diff?r1=1.33&r2=1.34&cvsroot=bf-blender>
  1.97      +15 -1     blender/source/blender/src/drawipo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawipo.c.diff?r1=1.96&r2=1.97&cvsroot=bf-blender>
  1.130     +13 -13    blender/source/blender/src/editaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editaction.c.diff?r1=1.129&r2=1.130&cvsroot=bf-blender>
  1.138     +51 -1     blender/source/blender/src/editipo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editipo.c.diff?r1=1.137&r2=1.138&cvsroot=bf-blender>
  1.20      +33 -3     blender/source/blender/src/editipo_mods.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editipo_mods.c.diff?r1=1.19&r2=1.20&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list