Blender Git Loki
Git Commits -> Revision 66a41f2
December 22, 2015, 10:07 (GMT) |
Array types for node sockets. These are an extension of the type description to support contiguous arrays of base values. They effectively form a second set of types, mirroring the 'single' base types. Socket connections will have to strictly match between these types as well, i.e. any dereferencing and array access will have to be explicit. |
Commit Details:
Full Hash: 66a41f2e9fe7825d385a5c65b4e88cd0684be244
Parent Commit: ab25e2f
Lines Changed: +535, -323
6 Modified Paths:
/source/blender/blenvm/BVM_api.h (+1, -0) (Diff)
/source/blender/blenvm/BVM_types.h (+5, -0) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.cc (+259, -245) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.h (+10, -9) (Diff)
/source/blender/blenvm/intern/bvm_api.cc (+23, -20) (Diff)
/source/blender/blenvm/util/bvm_util_typedesc.h (+237, -49) (Diff)
/source/blender/blenvm/BVM_types.h (+5, -0) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.cc (+259, -245) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.h (+10, -9) (Diff)
/source/blender/blenvm/intern/bvm_api.cc (+23, -20) (Diff)
/source/blender/blenvm/util/bvm_util_typedesc.h (+237, -49) (Diff)