blender/release/scripts/startup
Sergey Sharybin 3b2f6dbf98 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.
2014-07-19 22:17:22 +06:00
..
bl_operators Fix T41081: Presets not working on pinned properties panels. 2014-07-18 11:37:57 +02:00
bl_ui Sequencer: Add gaussian blur effect 2014-07-19 22:17:22 +06:00
keyingsets_builtins.py More UI message i18n fixes and improvements... 2013-03-10 17:42:08 +00:00
nodeitems_builtins.py Use toolbar tabs for node categories instead of just a long list of 2014-06-23 16:37:41 +02:00