Blender Git Loki
Git Commits -> Revision 9fccaad
January 12, 2016, 10:40 (GMT) |
Use the new node block structure in code generation, to determine dependencies of symbols. |
Commit Details:
Full Hash: 9fccaadb844a5defbb64940732e638f865186fc4
Parent Commit: 97642e0
Lines Changed: +158, -257
8 Modified Paths:
/source/blender/blenvm/bvm/bvm_eval.cc (+2, -1) (Diff)
/source/blender/blenvm/bvm/bvm_function.h (+1, -0) (Diff)
/source/blender/blenvm/compile/bvm_codegen.cc (+128, -222) (Diff)
/source/blender/blenvm/compile/bvm_codegen.h (+21, -31) (Diff)
/source/blender/blenvm/compile/bvm_codegen_debug.cc (+1, -1) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.cc (+1, -0) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.h (+3, -0) (Diff)
/source/blender/blenvm/util/bvm_util_debug.h (+1, -2) (Diff)
/source/blender/blenvm/bvm/bvm_function.h (+1, -0) (Diff)
/source/blender/blenvm/compile/bvm_codegen.cc (+128, -222) (Diff)
/source/blender/blenvm/compile/bvm_codegen.h (+21, -31) (Diff)
/source/blender/blenvm/compile/bvm_codegen_debug.cc (+1, -1) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.cc (+1, -0) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.h (+3, -0) (Diff)
/source/blender/blenvm/util/bvm_util_debug.h (+1, -2) (Diff)