Blender Git Loki
Git Commits -> Revision bd9f268
October 22, 2015, 12:14 (GMT) |
Support for constants as internal node socket inputs. Constants should never be linked to other nodes (will be ignored). |
Commit Details:
Full Hash: bd9f26871eced16fb681db83beb3b3727fc8edd7
Parent Commit: b229fac
Lines Changed: +116, -43
7 Modified Paths:
/source/blender/blenvm/bvm/bvm_eval.cc (+24, -14) (Diff)
/source/blender/blenvm/bvm/bvm_opcode.h (+2, -3) (Diff)
/source/blender/blenvm/compile/bvm_codegen.cc (+54, -2) (Diff)
/source/blender/blenvm/compile/bvm_codegen.h (+2, -0) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.cc (+21, -17) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.h (+7, -4) (Diff)
/source/blender/blenvm/intern/bvm_api.cc (+6, -3) (Diff)
/source/blender/blenvm/bvm/bvm_opcode.h (+2, -3) (Diff)
/source/blender/blenvm/compile/bvm_codegen.cc (+54, -2) (Diff)
/source/blender/blenvm/compile/bvm_codegen.h (+2, -0) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.cc (+21, -17) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.h (+7, -4) (Diff)
/source/blender/blenvm/intern/bvm_api.cc (+6, -3) (Diff)