AcademySoftwareFoundation / openvdb

OpenVDB - Sparse volume data structure and tools
http://www.openvdb.org/
Apache License 2.0
2.71k stars 660 forks source link

More pybind11 bugfixes and cleanup #1697

Closed matthewdcong closed 10 months ago

matthewdcong commented 1 year ago
  1. Fixed __setitem__ for iterators being bound to getItem instead of setItem
  2. Removed obsolete class binding for PointDataIndex32 -- this is handled by the PointDataIndex32 typecaster
  3. Made the TreeCombineOp more concise and formally typed via the std::functional support in pybind11.
linux-foundation-easycla[bot] commented 1 year ago

CLA Signed

The committers listed above are authorized under a signed CLA.