[Bf-blender-cvs] CVS commit: blender/source/blender/makesdna DNA_nla_types.h blender/source/blender/src drawnla.c editnla.c

Joshua Leung aligorith at gmail.com
Sun Apr 15 11:48:53 CEST 2007


aligorith (Joshua Leung) 2007/04/15 11:48:53 CEST

  Modified files:
    blender/source/blender/makesdna DNA_nla_types.h 
    blender/source/blender/src drawnla.c editnla.c 
  
  Log:
  == NLA Editor - Auto-Blending for ActionStrips ==
  
  This is just a little time-saver for NLA-workflow. With the 'Auto-Blending' option
  turned on in the Transform Properties (NKEY) for an ActionStrip, that strip's blendin/blendout values are determined based on the number of frames that the previous and/or next actionstrip(s) on overlap over the start and end of it.
  
  It is turned on by default for new actionstrips added using the Shift-N hotkey.
  
  Caveats:
  * Only the actionstrips immediately on either side of the strip being evaluated, will
   have any effect
  * A strip that is longer-than, and extends over the sides of the strip being evaluated,
   will have no effect
  
  Additional Notes:
  * Blendin/Blendout have been renamed In/Out in UI for brevity
  * Button layout in NLA Transform Properties has changed slightly again, but hopefully that shouldn't be too much of an issue.
  
  Revision  Changes    Path
  1.14      +8 -4      blender/source/blender/makesdna/DNA_nla_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_nla_types.h.diff?r1=1.13&r2=1.14&cvsroot=bf-blender>
  1.44      +13 -3     blender/source/blender/src/drawnla.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawnla.c.diff?r1=1.43&r2=1.44&cvsroot=bf-blender>
  1.78      +152 -1    blender/source/blender/src/editnla.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editnla.c.diff?r1=1.77&r2=1.78&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list