Dan Bailey
Dan Bailey
> While commiting the changes, the build directory also gets committed every time. Wouldn't it be better to add a gitignore file to the repository? Yes, it would, I didn't...
> > @danrbailey I am a bit confused here. I am thinking of adding a function in SOP_NodeVDB.cc file in the repository. Am I doing it correct? Also I did...
> > > > @danrbailey I am a bit confused here. I am thinking of adding a function in SOP_NodeVDB.cc file in the repository. Am I doing it correct? Also...
@idclip - I believe this is ready to be merged now. Apart from the CI runner changes, bumping the number of threads used in GHA and the TBB/Blosc changes from...
The "read-only" portion of this feature request appears to be very similar to these other two issues - https://github.com/actions/cache/issues/350 and https://github.com/actions/cache/issues/210. It would be good to have a solution to...
> I've been looking into pybind11 for OpenVDB. I have all of the Python bindings ported over from boost::python to pybind11 and all of the Python unit tests are passing...
Hi Nick, I took a look at the code last week and this looks good to me in general. Sorry for the delay in reviewing. When attempting to build and...
> > Hi Nick, I took a look at the code last week and this looks good to me in general. Sorry for the delay in reviewing. > > When...
> @danrbailey thanks for catching this, I've fixed this now! Sounds good, thanks! I'll take another look.
> Is there any way to improve the error if trying to compile without delayed loading if trying to use the signature that doesnt exist? It shouldn't fail for the...