Blender Git Commit Log
Git Commits -> Revision 9ac3964
Revision 9ac3964 by Pablo Dobarro (master) August 14, 2019, 16:13 (GMT) |
OpenVDB: mesh/level set conversion, filters and CSG operations This code is needed to implement the Voxel Remesher as well as other features like a better remesh modifier with filters and CSG operations. Done by Martin Felke and Pablo Dobarro Reviewed By: brecht Differential Revision: https://developer.blender.org/D5364 |
Commit Details:
Full Hash: 9ac3964be198a9bcbbcf2cda2ecd99047eae560f
Parent Commit: 5ca5357
Lines Changed: +570, -10
4 Added Paths:
/intern/openvdb/intern/openvdb_level_set.cc (+176, -0) (View)
/intern/openvdb/intern/openvdb_level_set.h (+60, -0) (View)
/intern/openvdb/intern/openvdb_transform.cc (+43, -0) (View)
/intern/openvdb/intern/openvdb_transform.h (+37, -0) (View)
/intern/openvdb/intern/openvdb_level_set.h (+60, -0) (View)
/intern/openvdb/intern/openvdb_transform.cc (+43, -0) (View)
/intern/openvdb/intern/openvdb_transform.h (+37, -0) (View)