Blender Git Commit Log

Git Commits -> Revision a0517e6

Revision a0517e6 by Peter Schlaile (master)
November 21, 2010, 20:00 (GMT)
== Sequencer ==

* documented and rewrote the render interface of the sequencer.
(now, the geometry / render_type / etc. settings are stored within a
seperate structure called SeqRenderData that is passed within the code.)

* that fixes
* cache problems, since the caching system didn't keep track of
proxy files vs. final renders.
* is a necessary step, to bring back frame blending in speed effect
(the SeqRenderData structure elements are already there)
* will make motion blur render options available within the sequencer!

* this patch also fixes:
* "easy retiming" using speed effects. (in Blender 2.49, you could
add a speed effect and resize the source track to retime it to that
length)
* adds labels for the Original dimensions for Image + Movie tracks
(worked in 2.49, too)


Commit Details:

Full Hash: a0517e63381822651d6dc1582bdddebb141ef936
SVN Revision: 33223
Parent Commit: a2dc1fe
Lines Changed: +434, -289

8 Modified Paths:

/release/scripts/ui/space_sequencer.py (+11, -6) (Diff)
/source/blender/blenkernel/BKE_sequencer.h (+55, -20) (Diff)
/source/blender/blenkernel/intern/seqcache.c (+7, -24) (Diff)
/source/blender/blenkernel/intern/seqeffects.c (+111, -109) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+213, -126) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+8, -3) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+23, -0) (Diff)
/source/blender/render/intern/source/pipeline.c (+6, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021