Blender Git Commit Log

Git Commits -> Revision 3ef896a

Revision 3ef896a by Peter Schlaile (master)
January 1, 2008, 11:44 (GMT)
== Sequencer ==

Attention! Rather large sequencer rewrite:

* Implemented layer blending using implicit effects. (works like layers
in "The Gimp" or Photoshop.)
* Fixed Space-Bar start-stop in preview windows.
You can start playback using spacebar within a preview-window and it _works_!
* Fixed Flip Y (didn't work for float)
* Fixed premul (didn't work for float)
* Added IPOs to _all_ tracks. In blend-mode REPLACE it drives the
"mul"-parameter in all other blend modes it drives the effect.
* you can meta single tracks.
* moved "mute track" from "M" to "Shift-M"
* added "Shift-L" for "lock track"
* changed inner workings for Metas. Now all ImBufs have to use the
reference counting mechanism. (Only interesting for coders :)

!!! Really important change, that affects current files!

Since you can mute tracks and now there is real layer blending capabilities
in place, I changed the silly behaviour that chose the output track.

Old behaviour: if we have an effect track visible, use the uppermost effect
track. If there is _no_ effect track visible, use the lowest input track.

New behaviour: always use the uppermost track. With blend modes active:
work our way down starting from the uppermost track to the first
"replace"-mode track. This is the way the gimp, photoshop, basically _all_
other applications work...

So if this change ruins your day: please try to fix your files using
"mute". If this doesn't work out, I can still restore the old behaviour,
but I really hope, that this is _not_ necessary!

Rational: most people won't get affected by this change, since you can't
really do anything usefull with the (old) sequencer without at least one
effect track and then you are on the safe side...

Commit Details:

Full Hash: 3ef896a9453acb8c564b8a8fd97885958c733436
SVN Revision: 13084
Parent Commit: 0a62df3
Lines Changed: +595, -262

14 Modified Paths:

/source/blender/blenkernel/intern/image.c (+38, -20) (Diff)
/source/blender/imbuf/intern/rotate.c (+34, -27) (Diff)
/source/blender/include/BSE_seqeffects.h (+1, -0) (Diff)
/source/blender/include/BSE_sequence.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+6, -2) (Diff)
/source/blender/src/buttons_scene.c (+111, -72) (Diff)
/source/blender/src/drawseq.c (+0, -30) (Diff)
/source/blender/src/drawview.c (+2, -3) (Diff)
/source/blender/src/editipo.c (+5, -9) (Diff)
/source/blender/src/editseq.c (+1, -0) (Diff)
/source/blender/src/seqeffects.c (+26, -2) (Diff)
/source/blender/src/sequence.c (+348, -83) (Diff)
/source/blender/src/space.c (+11, -13) (Diff)
/source/blender/src/toets.c (+9, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021