SamuKata
cebstudios
cebstudios

patreon


Python compilation for OpenVDB Python 3.10

Backup file of the compilation made for openvdb with python bindings to python 3.10


to import pyopenvdb use the command bellow, point to the folder that you've extracted


import os,sys
os.add_dll_directory("C:/Program Files/OpenVDB/bin")
os.add_dll_directory("D:/vcpkg/installed/x64-windows/bin")
sys.path.append("C:/Program Files/OpenVDB/lib/python3.10/site-packages")
import pyopenvdb



Comments

Sorry for the lack of information on this. it is for NeRF. A test for volumetric export to use it in blender. But even that was messed up a bit, I had to compile with numpy, and I'm struggling a bit with that. I added the file there to help another person and because its hard to find the compiled version of this solution so I added here to be able to provide it to more people. So in the end its something not related with previous products, but for a future one (very promising BTW), to halp other people and also as a backup in case i loose it. I didn't forget about the SD update I'm just trying to make some interessant and simple things while I'm not in vacation. when I start my vacation I'll have a better time to make updates on the addons

Hi. Excuse the stupid question, but is this related to the CEB RC-MVSNet add-on? Thank you.


More Creators