Blender Git Commit Log
Git Commits -> Revision 1074abc
November 20, 2015, 16:01 (GMT) |
Node graph optimization: skip over 'pass' nodes. These nodes don't have opcodes any more, they are merely placeholders to simplify node graph construction. Ultimately they will be removed in the 'finalize' function, along with any other unreachable nodes. |
Commit Details:
Full Hash: 1074abc47010837e943d00e4ad291922c080398b
Parent Commit: 6ee2d69
Lines Changed: +205, -226
6 Modified Paths:
/source/blender/blenvm/bvm/bvm_eval.cc (+0, -84) (Diff)
/source/blender/blenvm/bvm/bvm_opcode.h (+0, -7) (Diff)
/source/blender/blenvm/compile/bvm_codegen.cc (+4, -1) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.cc (+187, -9) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.h (+11, -125) (Diff)
/source/blender/blenvm/intern/bvm_api.cc (+3, -0) (Diff)
/source/blender/blenvm/bvm/bvm_opcode.h (+0, -7) (Diff)
/source/blender/blenvm/compile/bvm_codegen.cc (+4, -1) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.cc (+187, -9) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.h (+11, -125) (Diff)
/source/blender/blenvm/intern/bvm_api.cc (+3, -0) (Diff)