AcademySoftwareFoundation / openvdb

OpenVDB - Sparse volume data structure and tools
http://www.openvdb.org/
Mozilla Public License 2.0
2.64k stars 651 forks source link

openvdb::tools::meshToLevelSet ignores Interrupter for "pure" meshes #236

Closed dougepps closed 6 years ago

dougepps commented 6 years ago

openvdb::tools::meshToLevelSet (via doMeshConversion<> ) doesn't pass the Interrupter& on to meshToVolume<> () when it detects that the mesh is either all quads or all triangles.

Function is @ openvdb/tools/MeshToVolume.h:3412

relevant calls openvdb/tools/MeshToVolume.h:3448, openvdb/tools/MeshToVolume.h:3441 (or thereabouts)

OpenVDB-DevTeam commented 6 years ago

This issue is fixed in commit f44e305f. Thanks for reporting it.