Blender Git Loki
Git Commits -> Revision 0f868ea
June 24, 2016, 08:23 (GMT) |
Include mesh opcode functions in modules. Modifier functions with variable expression inputs are disabled, until DerivedMesh handling through LLVM is implemented. |
Commit Details:
Full Hash: 0f868ea6b620cf402de0f099f57e1b19c3c8b509
Parent Commit: 0f9c5bd
Lines Changed: +608, -29
1 Added Path:
/source/blender/blenvm/modules/mod_mesh.h (+535, -0) (View)
7 Modified Paths:
/source/blender/blenvm/bvm/bvm_eval.cc (+3, -1) (Diff)
/source/blender/blenvm/bvm/bvm_eval_mesh.h (+2, -0) (Diff)
/source/blender/blenvm/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenvm/llvm/llvm_types.h (+45, -23) (Diff)
/source/blender/blenvm/modules/modules.h (+1, -0) (Diff)
/source/blender/blenvm/util/util_math.h (+12, -1) (Diff)
/source/blender/blenvm/util/util_opcode.h (+9, -4) (Diff)
/source/blender/blenvm/bvm/bvm_eval_mesh.h (+2, -0) (Diff)
/source/blender/blenvm/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenvm/llvm/llvm_types.h (+45, -23) (Diff)
/source/blender/blenvm/modules/modules.h (+1, -0) (Diff)
/source/blender/blenvm/util/util_math.h (+12, -1) (Diff)
/source/blender/blenvm/util/util_opcode.h (+9, -4) (Diff)