Blender Git Loki
Git Commits -> Revision 7cfb792
Revision 7cfb792 by Dalai Felinto (master) November 14, 2012, 19:53 (GMT) |
Map Range Node (tiles) this node allows for more control for normalization of the mapped input range. Made during BlenderPRO 2012 - Brasilia, Brazil :) Idea and testing: Daniel Salazar Implementation: yours truly Reviewed by Lukas Toenne and Sergey Sharybin |
Commit Details:
Full Hash: 7cfb79256e5cd21405528887b8d3b6b405ebba62
SVN Revision: 52214
Parent Commit: 71389d4
Lines Changed: +338, -0
5 Added Paths:
/source/blender/compositor/nodes/COM_MapRangeNode.cpp (+54, -0) (View)
/source/blender/compositor/nodes/COM_MapRangeNode.h (+38, -0) (View)
/source/blender/compositor/operations/COM_MapRangeOperation.cpp (+81, -0) (View)
/source/blender/compositor/operations/COM_MapRangeOperation.h (+71, -0) (View)
/source/blender/nodes/composite/nodes/node_composite_mapRange.c (+58, -0) (View)
/source/blender/compositor/nodes/COM_MapRangeNode.h (+38, -0) (View)
/source/blender/compositor/operations/COM_MapRangeOperation.cpp (+81, -0) (View)
/source/blender/compositor/operations/COM_MapRangeOperation.h (+71, -0) (View)
/source/blender/nodes/composite/nodes/node_composite_mapRange.c (+58, -0) (View)
10 Modified Paths:
/source/blender/blenkernel/BKE_node.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+1, -0) (Diff)
/source/blender/compositor/CMakeLists.txt (+4, -0) (Diff)
/source/blender/compositor/intern/COM_Converter.cpp (+4, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree_types.h (+1, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_composite.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+1, -0) (Diff)
/source/blender/compositor/CMakeLists.txt (+4, -0) (Diff)
/source/blender/compositor/intern/COM_Converter.cpp (+4, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree_types.h (+1, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_composite.h (+1, -0) (Diff)