[tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BIF_editseq.h tuhopuu2/source/blender/src editseq.c header_seq.c space.c

Matt Ebb matt at mke3.net
Fri Sep 24 15:43:45 CEST 2004


broken (Matt Ebb) 2004/09/24 15:43:44 CEST

  Modified files:
    tuhopuu2/source/blender/include BIF_editseq.h 
    tuhopuu2/source/blender/src editseq.c header_seq.c space.c 
  
  Log:
  Sequence editing: Cut strip at current frame (Shift C)
  
  This edits a selection of strips similar to the 'razor edit' tool
  in video apps like Final Cut Pro. It cuts the selected strips into
  two parts at the current frame.
  
  It generally works fine on any number of selected strips (audio,
  video, images) with the following gotchas:
  
  * It can cut strips linked to effects fine, as long as you select
  the effect and all strips linked to it. If you don't have all the
  relevant strips selected, it goes a bit weird
  
  * It doesn't seem to work with meta strips (I'm not sure why)
  
  Hopefully now I've committed this, someone with much more of a clue
  than I do (i.e. probably most of you ;) might be able to take a
  peek and check things, since I doubt my code is that great.
  
  Some credit is due to intrr too, who showed me some code of his
  that does a similar thing, but only worked on one strip at a time.
  
  Revision  Changes    Path
  1.2       +8 -2      tuhopuu2/source/blender/include/BIF_editseq.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/include/BIF_editseq.h.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.2       +471 -274  tuhopuu2/source/blender/src/editseq.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/editseq.c.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.2       +80 -59    tuhopuu2/source/blender/src/header_seq.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/header_seq.c.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.80      +5 -2      tuhopuu2/source/blender/src/space.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/space.c.diff?r1=1.79&r2=1.80&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list