openvdb icon indicating copy to clipboard operation
openvdb copied to clipboard

OpenVDB - Sparse volume data structure and tools

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

### Environment **Operating System: Ubuntu 20.04.5 via nix-env **Version / Commit SHA: 9.1 found in nux-env unstable channel **Other: GCC 11.2, cmake 3.21 ### Describe the bug I'm collaborating on...

bug

This PR changes the MPL 2.0 license to Apache 2.0 as discussed. However, we should wait to merge this in till the following things are completed: - [X] ILM signs...

Introducing NanoVDB v32.7.0, which is a major refactoring of v32.6, primarily related to the introduction of new namespaces and an accompanying restructuring of the directory layout of header files. This...

### Environment **Operating System:** Ubuntu 20.04 **Version / Commit SHA:** Using the nachovizzo version of openvdb for vdbfusion, not many substantial differences: https://github.com/nachovizzo/openvdb.git ### Describe the bug My attempts to...

bug
nanovdb

### Environment **Operating System:** Linux Endeavor OS **Version / Commit SHA:** OpenVDB 11.0.0 **Other:** installed from AUR using Pacman package manager ### Describe the bug whenever I open the **Davinci...

bug

### Environment **Operating System:** Ubuntu 22.04 **Version / Commit SHA:** OpenVDB 11.0.1 **Other:** gcc 10.5.0 ### Describe the bug I'm trying to intersect a level-set grid with a Ray in...

bug
nanovdb

Fixes the [inner ValueT](https://github.com/AcademySoftwareFoundation/openvdb/blob/master/openvdb/openvdb/tree/RootNode.h#L1157) alias throw an undefined error when compiling with clang/clang-cl on Windows by converting the `convertValue` into a template function.

### Environment **Operating System:** Linux Ubuntu 22.04 **Version / Commit SHA:** OpenVDB 11.0.1 **Other:** gcc-10.5.0 ### Describe the bug When loading a level set from a .vdb that has a...

bug
nanovdb

This is an attempt to fix NanoVDB CI. For Windows, this boils down to downgrading the CMake to `cmake 3.28`. I follow an example given on[ this page ](https://github.com/marketplace/actions/actions-setup-cmake) to...