[Bf-blender-cvs] CVS commit: blender/source/blender/include BIF_editaction.h blender/source/blender/makesdna DNA_action_types.h blender/source/blender/src drawaction.c editaction.c

Joshua Leung aligorith at gmail.com
Tue Mar 20 12:04:48 CET 2007


aligorith (Joshua Leung) 2007/03/20 12:04:48 CET

  Modified files:
    blender/source/blender/include BIF_editaction.h 
    blender/source/blender/makesdna DNA_action_types.h 
    blender/source/blender/src drawaction.c editaction.c 
  
  Log:
  == Action Editor - Collapsable Action Channels ==
  
  Action Channels can now be collapsed/expanded to show/hide Constraint Channels, lessening clutter. In future, this could (will probably be) expanded to
  show the show/hide individual transform channels.
  
  User Notes:
  * Expansion is off by default
  * NKEY popup now features option to turn expansion on/off
  * Changed behaviour of protection a bit - now if an action channel has protection
   on, constraint channels under it are also automagically protected
  
  Developer Notes:
  * I've gone through doing a lot of whitespace/linebreak tweaking to get the code looking more consistent with itself
  * To save typing (and to make it easier to make future revisions), a set of macros
   is now used to check for some commonly-checked settings (i.e. selection, visibility,
   and protection).
  
  Revision  Changes    Path
  1.28      +4 -5      blender/source/blender/include/BIF_editaction.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/BIF_editaction.h.diff?r1=1.27&r2=1.28&cvsroot=bf-blender>
  1.39      +2 -1      blender/source/blender/makesdna/DNA_action_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_action_types.h.diff?r1=1.38&r2=1.39&cvsroot=bf-blender>
  1.50      +77 -57    blender/source/blender/src/drawaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawaction.c.diff?r1=1.49&r2=1.50&cvsroot=bf-blender>
  1.122     +471 -484  blender/source/blender/src/editaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editaction.c.diff?r1=1.121&r2=1.122&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list