Blender Git Commit Log
Git Commits -> Revision 40150c9
January 15, 2016, 10:10 (GMT) |
Extended TypeDesc to support compound type definitions (structures). |
Commit Details:
Full Hash: 40150c9e6e8f189452e08d4adaa0e509dda41f44
Parent Commit: 9b22c38
Lines Changed: +295, -119
6 Modified Paths:
/source/blender/blenvm/compile/bvm_codegen.cc (+4, -4) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.cc (+33, -25) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.h (+2, -1) (Diff)
/source/blender/blenvm/compile/bvm_typedesc.cc (+188, -0) (Diff)
/source/blender/blenvm/compile/bvm_typedesc.h (+66, -87) (Diff)
/source/blender/blenvm/intern/bvm_api.cc (+2, -2) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.cc (+33, -25) (Diff)
/source/blender/blenvm/compile/bvm_nodegraph.h (+2, -1) (Diff)
/source/blender/blenvm/compile/bvm_typedesc.cc (+188, -0) (Diff)
/source/blender/blenvm/compile/bvm_typedesc.h (+66, -87) (Diff)
/source/blender/blenvm/intern/bvm_api.cc (+2, -2) (Diff)