openvdb icon indicating copy to clipboard operation
openvdb copied to clipboard

OpenVDB - Sparse volume data structure and tools

Results 249 openvdb issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Ken A new command-line tool, dubbed vdb_tool, that can combine any sequence of the of high-level tools available in openvdb. For instance, it can convert a sequence of polygon...

## Summary This PR adds python packaging support, allowing the python OpenVDB bindings to be installed with `pip`. It also includes github actions to automatically publish releases to the [Python...

The static-debug Windows CI builds have been disabled due to github actions memory limits. We should re-enable them when we can https://github.com/AcademySoftwareFoundation/openvdb/pull/1425

## Dependencies Current dependencies are just OpenVDB and Mathematica itself. We can compile the link in a Wolfram notebook. ------------ ## Compilation Here's an small function that will load the...

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...

As discussed, here's an example of a possible change to the Leaf ValueIterators. This change does not account for const iterators or bool/mask iterators, but adding those would be easy...

Since Ken mentioned that he wants angle brackets, I also created an angle bracket PR and this would be the counterpart to https://github.com/AcademySoftwareFoundation/openvdb/pull/1363. It shortens the relative paths that could...

When the same tile subtracted from itself a background tile is created. greatly reduces the generated ghost borders when similar objects are differenced. Provided for discussion. Is a template parameter...

Signed-off-by: Nick Avramoussis @jmlait I haven't tried to use this SOP since the initial PR which was a while ago - it still builds and looks okay but let me...