Blender Git Loki
Git Commits -> Revision cc55f97
Revision cc55f97 by Sergey Sharybin (master) January 14, 2016, 11:13 (GMT) |
Compositor: Add option to extend image bounds when blurring It is handy when doing some roto work and it's required to blur some mask or overaly before alpha-overing it on top of the footage. Quite straightforward option with the only limitation that variable size blur is not supported. Reviewers: campbellbarton Subscribers: hype, sebastian_k Differential Revision: https://developer.blender.org/D1663 |
Commit Details:
Full Hash: cc55f97da9cca7a27f2313b7405d3aad277029d7
Parent Commit: 73feae6
Lines Changed: +68, -6
9 Modified Paths:
/source/blender/compositor/nodes/COM_BlurNode.cpp (+13, -5) (Diff)
/source/blender/compositor/nodes/COM_BokehBlurNode.cpp (+2, -0) (Diff)
/source/blender/compositor/operations/COM_BlurBaseOperation.cpp (+12, -0) (Diff)
/source/blender/compositor/operations/COM_BlurBaseOperation.h (+7, -0) (Diff)
/source/blender/compositor/operations/COM_BokehBlurOperation.cpp (+14, -0) (Diff)
/source/blender/compositor/operations/COM_BokehBlurOperation.h (+6, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+10, -0) (Diff)
/source/blender/compositor/nodes/COM_BokehBlurNode.cpp (+2, -0) (Diff)
/source/blender/compositor/operations/COM_BlurBaseOperation.cpp (+12, -0) (Diff)
/source/blender/compositor/operations/COM_BlurBaseOperation.h (+7, -0) (Diff)
/source/blender/compositor/operations/COM_BokehBlurOperation.cpp (+14, -0) (Diff)
/source/blender/compositor/operations/COM_BokehBlurOperation.h (+6, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+10, -0) (Diff)