Blender Git Commit Log
Git Commits -> Revision 77246e2
June 9, 2015, 10:03 (GMT) |
More flexible feedback function for reading header and metadata from OpenVDB files. Instead of fixed-size arrays (risking overrun) the function now uses a callback, which allows callers to store the info in their own data structures as needed. Nodes use this to create a list of grid info structs and adding node sockets accordingly. |
Commit Details:
Full Hash: 77246e2b936e4a179c7c0c3dd561c80664d333ce
Parent Commit: 99f7933
Lines Changed: +21, -23