Blender Git Commit Log

Git Commits -> Revision 0df60a9

Revision 0df60a9 by Peter Schlaile (master)
November 9, 2006, 18:58 (GMT)
== Sequencer ==

Added enhancements by blendix (Patch #4919: Insert sequence effect between)

It adds the following things:
- You can add a sequence strip afterwards in the middle of an effect chain
(you have to move strips around before, so that there is "room" for it.
Blender will ask you then, if you want to add in between or after the
selected strips)
- In the case you messed it up and want your effect strips to be reassigned in
a different way, there is the new "R"-key. Just select three arbitrary
strips and press "R". If you don't create a cycle, those will be connected
to a new effect chain.
- Fixed freeing of imbufs on changes to properly take into account dependencies. An example of a simple case that went wrong is one image strip with two
glow effects, changing the parameters of the first glow strip will not
result in any updates. Basically only direct dependencies were taken into
account, which resulted in the image preview not being updated in some cases.
- Let the sequencer detect an active sequence strip if none is defined, to
get rid of annoying error messages when trying to add an effect to a
selected sequence strip right after loading a file.
- Delete is less destructive. If you delete somewhere between other strips,
Blender now tries to relink in a reasonable way.
- The active sequence strip is now displayed with a light instead of a dark
outline, which makes it easier to spot, and is especially useful for the
tools using the active sequence strip.
- Ability to view the final result when editing inside meta strip.
The channel button was modified to also allow negative numbers,
where -n is n levels up the meta stack. There is probably a nicer way to
specify this, instead of (ab)using the channel button, but this seems to
work quite efficient.
- Also a small bugfix: don't crash on loading files from newer versions with
an unknown effect strip.

Commit Details:

Full Hash: 0df60a9ef437afbcd2bad259dd93fd66e3e10fe8
SVN Revision: 8805
Parent Commit: d1285dc
Lines Changed: +499, -395

10 Modified Paths:

/source/blender/include/BIF_editseq.h (+5, -5) (Diff)
/source/blender/include/BSE_sequence.h (+4, -1) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+10, -9) (Diff)
/source/blender/src/drawseq.c (+4, -6) (Diff)
/source/blender/src/editipo.c (+2, -1) (Diff)
/source/blender/src/editseq.c (+307, -251) (Diff)
/source/blender/src/header_seq.c (+14, -2) (Diff)
/source/blender/src/seqeffects.c (+9, -11) (Diff)
/source/blender/src/sequence.c (+141, -109) (Diff)
/source/blender/src/space.c (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021