Blender Git Loki
Git Commits -> Revision 38dc85f
Revision 38dc85f by Thomas Dinges (master) May 20, 2013, 14:38 (GMT) |
Math Node: * Added a Modulo operation to the math node, available in Compositor, Shader and Texture Nodes. |
Commit Details:
Full Hash: 38dc85f296a27a5641d296c8f41834db41dac18b
SVN Revision: 56927
Parent Commit: 0fb5c91
Lines Changed: +74, -1
12 Modified Paths:
/intern/cycles/kernel/shaders/node_math.osl (+14, -0) (Diff)
/intern/cycles/kernel/svm/svm_math.h (+2, -0) (Diff)
/intern/cycles/kernel/svm/svm_types.h (+1, -0) (Diff)
/intern/cycles/render/nodes.cpp (+1, -0) (Diff)
/intern/cycles/util/util_math.h (+5, -0) (Diff)
/source/blender/compositor/nodes/COM_MathNode.cpp (+3, -0) (Diff)
/source/blender/compositor/operations/COM_MathBaseOperation.cpp (+15, -0) (Diff)
/source/blender/compositor/operations/COM_MathBaseOperation.h (+6, -0) (Diff)
/source/blender/gpu/shaders/gpu_shader_material.glsl (+8, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+1, -0) (Diff)
/source/blender/nodes/shader/nodes/node_shader_math.c (+9, -1) (Diff)
/source/blender/nodes/texture/nodes/node_texture_math.c (+9, -0) (Diff)
/intern/cycles/kernel/svm/svm_math.h (+2, -0) (Diff)
/intern/cycles/kernel/svm/svm_types.h (+1, -0) (Diff)
/intern/cycles/render/nodes.cpp (+1, -0) (Diff)
/intern/cycles/util/util_math.h (+5, -0) (Diff)
/source/blender/compositor/nodes/COM_MathNode.cpp (+3, -0) (Diff)
/source/blender/compositor/operations/COM_MathBaseOperation.cpp (+15, -0) (Diff)
/source/blender/compositor/operations/COM_MathBaseOperation.h (+6, -0) (Diff)
/source/blender/gpu/shaders/gpu_shader_material.glsl (+8, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+1, -0) (Diff)
/source/blender/nodes/shader/nodes/node_shader_math.c (+9, -1) (Diff)
/source/blender/nodes/texture/nodes/node_texture_math.c (+9, -0) (Diff)