Blender Git Commit Log
Git Commits -> Revision a56f4fe
Revision a56f4fe by Jeroen Bakker (master) July 19, 2012, 11:05 (GMT) |
Fix for * [#32040] size-input of a blur-node is uniform for the whole picture * [#32062] Blur node Size input is not working with * [#32140] Blur Node using a greyscale input as size multiplier fails to work Node now has a new option (new compositor cannot detect if the connected part is a single value, or an image connected). With this option the use of a reference image to multiply the size of the blur per pixel can be enabled/disabled. Regards, Jeroen - At Mind - |
Commit Details:
Full Hash: a56f4fee38e17d05964941a5edc2850c217309d7
SVN Revision: 49063
Parent Commit: 9c8edae
Lines Changed: +153, -103
6 Modified Paths:
/source/blender/compositor/nodes/COM_BlurNode.cpp (+40, -0) (Diff)
/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cpp (+87, -86) (Diff)
/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h (+7, -13) (Diff)
/source/blender/editors/space_node/drawnode.c (+10, -3) (Diff)
/source/blender/makesdna/DNA_node_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+5, -1) (Diff)
/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cpp (+87, -86) (Diff)
/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h (+7, -13) (Diff)
/source/blender/editors/space_node/drawnode.c (+10, -3) (Diff)
/source/blender/makesdna/DNA_node_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+5, -1) (Diff)