Blender Git Commit Log

Git Commits -> Revision cfcc4b4

Revision cfcc4b4 by Joshua Leung (master)
June 16, 2011, 02:46 (GMT)
== Simple Title Cards for Sequencer ==

This commit adds an experimental effect strip to the sequencer: "Title
Card".

This is useful for adding simple one-line text section headers or
"title cards" (i.e. title + author/contact details) to video clips,
which is often seen in demo videos accompanying papers and/or
animation tests.

See http://aligorith.blogspot.com/2011/06/gsoc11-simple-title-
cards.html for some more details on usage.

Code notes:
- There are a few things I've done here which will probably need
cleaning up. For instance, the hacks to get threadsafe fonts for
rendering, and also the way I've tried to piggyback the backdrop
drawing on top of the Solid Colour strips (this method was used to
keep changes here minimal, but is quite fragile if things change).

Commit Details:

Full Hash: cfcc4b4fcd7dabd0929db53fc5a9cf0833704259
SVN Revision: 37537
Parent Commit: 4ef1e67
Lines Changed: +215, -7

12 Modified Paths:

/release/scripts/startup/bl_ui/space_sequencer.py (+11, -3) (Diff)
/source/blender/blenfont/BLF_api.h (+1, -0) (Diff)
/source/blender/blenfont/intern/blf.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/seqeffects.c (+135, -0) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+2, -1) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -0) (Diff)
/source/blender/editors/interface/interface_style.c (+10, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+1, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+5, -2) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+10, -1) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+35, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021