Blender Git Commit Log

Git Commits -> Revision 0e30440

Revision 0e30440 by Lukas Toenne (object_nodes, strand_nodes)
May 25, 2016, 15:20 (GMT)
New node "Get Derivative" for using a derivative as the value.

This is mostly a debugging feature for getting visual feedback about
the derivatives. The function doesn't work in the regular scheme of
decomposing a function into the value and derivative parts, so it is
only implemented in the internal IR (making it directly inlineable).

Commit Details:

Full Hash: 0e30440080769b723b17f9f6a56bcca65ff808f6
Parent Commit: cabcfb0
Lines Changed: +296, -56

9 Modified Paths:

/release/scripts/nodes/texture_nodes.py (+45, -0) (Diff)
/source/blender/blenvm/compile/node_graph.cc (+15, -0) (Diff)
/source/blender/blenvm/intern/bvm_api.cc (+4, -0) (Diff)
/source/blender/blenvm/llvm/llvm_compiler.h (+6, -3) (Diff)
/source/blender/blenvm/llvm/llvm_compiler_dual.cc (+130, -46) (Diff)
/source/blender/blenvm/llvm/llvm_types.cc (+28, -0) (Diff)
/source/blender/blenvm/llvm/llvm_types.h (+25, -0) (Diff)
/source/blender/blenvm/modules/mod_base.h (+39, -7) (Diff)
/source/blender/blenvm/util/util_opcode.h (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021