Blender Git Loki
Git Commits -> Revision cf27fdb
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