Blender Git Commit Log

Git Commits -> Revision cf27fdb

Revision cf27fdb by Lukas Toenne (object_nodes, strand_nodes)
June 23, 2016, 10:36 (GMT)
Reduce repetitive code in the C API by defining static node graph signatures.

Node graph inputs/outputs are now defined statically and graph instances
can be constructed by passing these as ArrayRefs. The code for compiling
various node graph types can then be unified.

Commit Details:

Full Hash: cf27fdb65995527ef538accd2241dbbdd9b113fa
Parent Commit: 48038ee
Lines Changed: +173, -214

4 Modified Paths:

/source/blender/blenvm/BVM_api.h (+1, -0) (Diff)
/source/blender/blenvm/compile/node_graph.cc (+9, -14) (Diff)
/source/blender/blenvm/compile/node_graph.h (+51, -12) (Diff)
/source/blender/blenvm/intern/bvm_api.cc (+112, -188) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021