Blender Git Commit Log
Git Commits -> Revision 0e2a1ef
Revision 0e2a1ef by Hans Goudey (master) April 8, 2021, 18:28 (GMT) |
BKE: Add a utility to transform a shallow copy of a volume grid Often you need to apply a transformation to a grid without changing the original, and it's necessary to avoid a deep copy of the actual data. OpenVDB has a function to do this, this commit simply adds a wrapper to transform and use that function with blender's `float4x4` data type. Split from D10906 |
Commit Details:
Full Hash: 0e2a1ef13223925a874d6dbb139e0ce9f4eecab5
Parent Commit: 223093e
Lines Changed: +33, -3