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

Joshua Leung aligorith at gmail.com
Fri Apr 13 13:15:08 CEST 2007


aligorith (Joshua Leung) 2007/04/13 13:15:08 CEST

  Modified files:
    blender/source/blender/include BIF_editaction.h BSE_editipo.h 
    blender/source/blender/makesdna DNA_action_types.h 
                                    DNA_ipo_types.h 
    blender/source/blender/src drawaction.c editaction.c 
                               editipo_lib.c editipo_mods.c 
  
  Log:
  == Action Editor - Individual IPO-Curves Now Shown ==
  
  Continuing on from my previous 'Expandable/Collapsable Action Channel' commit, this commit introduces the ability to show/hide the keyframes in each ipo-curve represented by an Action Channel.
  
  When you expand an Action-Channel by clicking on the triangle beside its name, you will now be presented with options to show/hide the ipo-curves represented by
  the Action-Channel, and/or the Constraint Channels belonging to that Action-Channel. Actual ipo-curves will not be drawn in the Action-Editor, but the keyframes
  will be shown.
  
  Screenshot:
  * http://wiki.blender.org/index.php/Image:244_ActionEditor_SubTracks_01.png
  
  Possibly Coming Soon/Further Work:
  * 'Protection' options for ipo-curves (currently disabled in code, as all IPO-related
   tools will need to be made aware of this)
  * Sliders for IPO-Curve Channels of the active Action-Channel
  
  Revision  Changes    Path
  1.29      +12 -15    blender/source/blender/include/BIF_editaction.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/BIF_editaction.h.diff?r1=1.28&r2=1.29&cvsroot=bf-blender>
  1.33      +4 -1      blender/source/blender/include/BSE_editipo.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/BSE_editipo.h.diff?r1=1.32&r2=1.33&cvsroot=bf-blender>
  1.40      +4 -2      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.39&r2=1.40&cvsroot=bf-blender>
  1.22      +2 -1      blender/source/blender/makesdna/DNA_ipo_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_ipo_types.h.diff?r1=1.21&r2=1.22&cvsroot=bf-blender>
  1.52      +180 -42   blender/source/blender/src/drawaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawaction.c.diff?r1=1.51&r2=1.52&cvsroot=bf-blender>
  1.125     +483 -186  blender/source/blender/src/editaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editaction.c.diff?r1=1.124&r2=1.125&cvsroot=bf-blender>
  1.6       +47 -0     blender/source/blender/src/editipo_lib.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editipo_lib.c.diff?r1=1.5&r2=1.6&cvsroot=bf-blender>
  1.19      +1 -1      blender/source/blender/src/editipo_mods.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editipo_mods.c.diff?r1=1.18&r2=1.19&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list