Blender Git Commit Log

Git Commits -> Revision b511fbe

Revision b511fbe by Campbell Barton (master)
July 8, 2010, 10:03 (GMT)
Sequencer display overlay option, this can show a border area from another time to help compare for color grading.
- Okey sets the border in the display.
- Okey resets the frame offset in the sequencer timeline.
- ghost icon in the header can enable/disable.
- frame offset can be relative or absolute (lock icon)

Not very happy that this commit adds a call to BKE_animsys_evaluate_animdata(scene, ...) in do_build_seq_array_recursively()
without this the offset frames dont have fcurves applied.
Though we will need something like this for prefetch frames to work too.

Commit Details:

Full Hash: b511fbea6d3e0185f8ba39405bc9f71dab7a5f20
SVN Revision: 30108
Parent Commit: ff51a96
Lines Changed: +224, -13

10 Modified Paths:

/release/scripts/ui/space_sequencer.py (+12, -0) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+4, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+41, -11) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+68, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_intern.h (+3, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_ops.c (+7, -0) (Diff)
/source/blender/editors/space_sequencer/space_sequencer.c (+15, -1) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+8, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+65, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021