Dan Bailey
Dan Bailey
There are two issues being addressed here - one produces incorrect results when deep-copying nodes from the source tree as the mask tree that stores the updated topology of the...
When displaying voxels or points as colors, the input value is not being clamped to the range, so it wraps around. This fixes that by applying the clamp before evaluating...
Allow disabling delayed-loading when building the core library. This turns boost::iostreams into an optional dependency and is one step closer to making Boost optional! I opted to add more macro...
This is a work-in-progress draft of implementing CMake object libraries which we previously couldn't do until we were using at least CMake 3.12. It wasn't as easy as I had...
Angle-bracket #includes like run the risk of pulling in headers from nonlocal distributions, such as those installed by package managers. Use relative includes for cases where "../" is not introduced...
This is a draft PR to share progress on the revamped point moving, advecting and merging functionality. I just rebased this work from a while back and fixed some minor...
This new class resolves a number of issues: * It collates information that lives in the attribute set descriptor (the names, types and order of attributes) with information that lives...
DRAFT PR - not intended to be merged at this stage. First attempt to collaborate on designing a SOP UI through code review. This new SOP doesn't depend on the...
The vdb_print binary is missing support for VDB Point grids. This would be super useful. Some recommended functionality: * total/active/inactive point count * attribute name, type, uniform, index, flags, compression...
SOP_OpenVDB_Scatter overrides the syncNodeVersion() with a check for the version of VDB the SOP was placed in: https://github.com/AcademySoftwareFoundation/openvdb/blob/master/openvdb_houdini/SOP_OpenVDB_Scatter.cc#L256 We'd like to move the portion that does the version comparison up...