Blender Git Loki
January 23, 2016, 06:21 (GMT) |
Correct typo |
January 23, 2016, 06:18 (GMT) |
Cleanup: indentation |
January 23, 2016, 06:15 (GMT) |
Reduce scope of bounding box vars (closer how it was in master) |
January 23, 2016, 06:04 (GMT) |
Use depth enum for spoke depth (matches EXR setting) |
January 23, 2016, 05:32 (GMT) |
Make OpenVDB depend on Boost, also list headers in source |
January 23, 2016, 05:32 (GMT) |
Minor comments |
January 23, 2016, 05:04 (GMT) |
No need to use sets for string comparison |
January 23, 2016, 04:53 (GMT) |
FindOpenVDB: Use 2 spaces indenting |
January 23, 2016, 04:50 (GMT) |
Implementation of an OpenVDB based cache system for smoke simulations. This is the cache part of the openvdb branch. A documentation for the cache system is available here: http://wiki.blender.org/index.php/User:Kevindietrich/OpenVDBSmokeExport. Reviewers: sergey, lukastoenne, brecht Reviewed By: brecht Subscribers: galenb, Blendify, robocyte, Lapineige, bliblubli, jtheninja, lukasstockner97, dingto, brecht Differential Revision: https://developer.blender.org/D1721 |