Blender Git Loki
Git Commits -> Revision 5c01ecd
Revision 5c01ecd by Brecht Van Lommel (master) November 12, 2020, 18:48 (GMT) |
Fix T82516: Cycles crash updateding animated volumes after NanoVDB Two issues: * Automatic deduplication of OpenVDB grid data was failing when Cycles had already cleared the OpenVDB grid, causing an empty grid. Instead rely on Blender return the same OpenVDB grid pointer when deduplication is possible. * The volume bounds mesh was not properly cleared when the OpenVDB grid was empty, causing a mismatch between mesh and voxel data. |
Commit Details:
Full Hash: 5c01ecd2bf5d0dc0d42f90aba2a3d9f948d16bb8
Parent Commit: f17dfd5
Lines Changed: +33, -52