Blender Git Loki
Git Commits -> Revision 2330dae
November 4, 2015, 13:08 (GMT) |
Added optional automatic datatype conversion for nodes. This only applies to a handful of common types that can be unambiguously converted. In any other case the link is considered invalid (proper error handling still needed). |
Commit Details:
Full Hash: 2330dae3ef61f65d0e52234c966bbc6c950149bc
Parent Commit: 06c957f
Lines Changed: +195, -12
7 Modified Paths:
/source/blender/blenvm/bvm/bvm_eval.cc (+24, -0) (Diff)
/source/blender/blenvm/bvm/bvm_opcode.h (+2, -0) (Diff)
/source/blender/blenvm/BVM_api.h (+2, -1) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.cc (+10, -0) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.h (+140, -5) (Diff)
/source/blender/blenvm/intern/bvm_api.cc (+13, -4) (Diff)
/source/blender/makesrna/intern/rna_blenvm.c (+4, -2) (Diff)
/source/blender/blenvm/bvm/bvm_opcode.h (+2, -0) (Diff)
/source/blender/blenvm/BVM_api.h (+2, -1) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.cc (+10, -0) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.h (+140, -5) (Diff)
/source/blender/blenvm/intern/bvm_api.cc (+13, -4) (Diff)
/source/blender/makesrna/intern/rna_blenvm.c (+4, -2) (Diff)