openvdb icon indicating copy to clipboard operation
openvdb copied to clipboard

Fix issues in merge tool when using sum mode

Open danrbailey opened this issue 3 years ago • 0 comments

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 const input tree is being pruned at the wrong level, the other produces incorrect results for grids which have non-zero background values.

There's also some minor refactoring and a couple of additions to the merge API in preparation for adding maximum mode.

danrbailey avatar Jul 17 '22 23:07 danrbailey