Nick Avramoussis
Nick Avramoussis
I have no reason to think we would want to move away from pybind11. Can you explain your thinking here
> > We discussed this in last week's TSC meeting. To summarize, I'm concurrently developing Python bindings for NanoVDB which expose GPU interop via nanobind, a feature which does not...
> Unfortunately openvdb is stuck with C++17 (for now) because it is tied to the vfx platform This isn't strictly true. We can support C++20 primitives as long as they...
Hi @tetov, thanks for this! Can you sign-off your commit (`git commit -s`) and we can accept this change
> @Idclip I see now that [922675c](https://github.com/AcademySoftwareFoundation/openvdb/commit/922675c255bd3c413daf417aba63ef06ccadf2fe) was also signed-off, am I missing something else? Hey @tetov this looks good now, thanks! Approved
Hi @PerspectivesLab, The topology of PointDataGrid's is slightly more locked down than that of other grid types as the idea is that the active states of PDG voxels represent whether...
Hey @w0utert, thanks very much for the detailed breakdown. If I've understood you correctly, I believe that AX does provide a solution for this. Unfortunately the documentation is (still) lacking...
Hey @jdumas yeah I looked into this and can see at least one issue which would be causing this error, from the `probeValue` call in this line: https://github.com/AcademySoftwareFoundation/openvdb/blob/9a57c7e68e5de9ecfd05a98364dcfb8063f71186/openvdb/openvdb/tools/MeshToVolume.h#L1472 This operator...
Hi @Jaisiero, Can you provide the input mesh you were using to test?
I believe the following PR may solve this issue https://github.com/AcademySoftwareFoundation/openvdb/pull/1706