Blender Git Commit Log

Git Commits -> Revision 8b4f32f

Revision 8b4f32f by Jeroen Bakker (tile)
February 28, 2012, 12:05 (GMT)
TileBranch
* Added a sampler node

With the sampler node it is possible to change image sample methods where you want.
Sampler only works for Images & MovieClips

- At Mind -

Commit Details:

Full Hash: 8b4f32f64f613ce06a977410f802b0a12b2d2382
SVN Revision: 44513
Parent Commit: bccc528
Lines Changed: +337, -153

5 Added Paths:

/source/blender/compositor/nodes/COM_SamplerNode.cpp (+48, -0) (View)
/source/blender/compositor/nodes/COM_SamplerNode.h (+38, -0) (View)
/source/blender/compositor/operations/COM_SetSamplerOperation.cpp (+39, -0) (View)
/source/blender/compositor/operations/COM_SetSamplerOperation.h (+51, -0) (View)
/source/blender/nodes/composite/nodes/node_composite_sampler.c (+61, -0) (View)

18 Modified Paths:

/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+1, -0) (Diff)
/source/blender/compositor/CMakeLists.txt (+13, -9) (Diff)
/source/blender/compositor/COM_defines.h (+0, -3) (Diff)
/source/blender/compositor/intern/COM_Converter.cpp (+4, -0) (Diff)
/source/blender/compositor/intern/COM_ExecutionGroup.cpp (+0, -3) (Diff)
/source/blender/compositor/nodes/COM_ImageNode.cpp (+0, -2) (Diff)
/source/blender/compositor/operations/COM_ImageOperation.cpp (+21, -99) (Diff)
/source/blender/compositor/operations/COM_ImageOperation.h (+1, -7) (Diff)
/source/blender/compositor/operations/COM_MovieClipOperation.cpp (+13, -9) (Diff)
/source/blender/compositor/operations/COM_ReadBufferOperation.cpp (+1, -2) (Diff)
/source/blender/compositor/operations/COM_ReadBufferOperation.h (+0, -2) (Diff)
/source/blender/compositor/operations/COM_SetValueOperation.h (+15, -15) (Diff)
/source/blender/editors/space_node/drawnode.c (+8, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree_types.h (+3, -2) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_composite.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021