Blender Git Commit Log
Git Commits -> Revision a9729e6
Revision a9729e6 by Kévin Dietrich (master) April 22, 2016, 09:46 (GMT) |
Fix T48236: OpenVDB smoke cache glitches out with smokeless flames. Issue was that before writing to disk grids are clipped against the density field's tree to optimize for memory/disk space, which in the case of simulations with no density field results in all grids having empty trees. For now avoid clipping against empty grids, but perhaps in the future it can be interresting to have some UI parameters to let the user choose the grid used for clipping. |
Commit Details:
Full Hash: a9729e6d75c74f48c6135df710f117435e7ff2f3
Parent Commit: 87dcee0
Lines Changed: +4, -2