Dan Bailey

Results 22 issues of Dan Bailey

A couple of small optimizations and slightly improved readability, no changes in behavior. This refactors this pattern: ``` MapIter iter = this->findCoord(xyz); if (iter == mTable.end()) { auto* child =...

vdb12.0

A few years ago, we migrated OpenVDB unit tests from CppUnit to GTest: https://github.com/AcademySoftwareFoundation/openvdb/pull/875 However, we never got around to migrating the OpenVDB AX unit tests across. The core unit...

good first issue