Blender Git Commit Log
Git Commits -> Revision 83b1b34
May 13, 2016, 16:08 (GMT) |
Implemented math functions for the LLVM backend. |
Commit Details:
Full Hash: 83b1b3417bd9536ef4816b0b0db1f4b868d5e772
Parent Commit: da70902
Lines Changed: +366, -14
7 Modified Paths:
/release/scripts/nodes/common_nodes.py (+1, -1) (Diff)
/source/blender/blenvm/bvm/bvm_eval.cc (+1, -1) (Diff)
/source/blender/blenvm/compile/node_graph.cc (+1, -1) (Diff)
/source/blender/blenvm/llvm/llvm_modules.cc (+3, -7) (Diff)
/source/blender/blenvm/modules/mod_math.h (+321, -0) (Diff)
/source/blender/blenvm/util/util_math.h (+27, -0) (Diff)
/source/blender/blenvm/util/util_opcode.h (+12, -4) (Diff)
/source/blender/blenvm/bvm/bvm_eval.cc (+1, -1) (Diff)
/source/blender/blenvm/compile/node_graph.cc (+1, -1) (Diff)
/source/blender/blenvm/llvm/llvm_modules.cc (+3, -7) (Diff)
/source/blender/blenvm/modules/mod_math.h (+321, -0) (Diff)
/source/blender/blenvm/util/util_math.h (+27, -0) (Diff)
/source/blender/blenvm/util/util_opcode.h (+12, -4) (Diff)