Blender Git Commit Log

Git Commits -> Revision 3b2f6db

Revision 3b2f6db by Sergey Sharybin (master)
July 19, 2014, 16:17 (GMT)
Sequencer: Add gaussian blur effect

Currently this gaussian blur implementation accumulates values in the
square kernel rather that doing X direction and then Y direction because
of the lack of using multiple-staged filters.

Once we can we'll implement a way to apply filter as multiple stages we
can optimize hell of a lot in here.

Another thing we can do is to use SSE2 instructions here.

Commit Details:

Full Hash: 3b2f6dbf9847476f9491218cbed948c1c0aa6c7d
Parent Commit: 00b2915
Lines Changed: +357, -34

9 Modified Paths:

/release/scripts/startup/bl_ui/space_sequencer.py (+5, -1) (Diff)
/source/blender/blenkernel/intern/seqeffects.c (+283, -0) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+23, -22) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+12, -10) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+22, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer_api.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021